Action not permitted
Modal body text goes here.
cve-2024-26146
Vulnerability from cvelistv5
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:rack_project:rack:2.2.0:*:*:*:*:ruby:*:*", "cpe:2.3:a:rack_project:rack:2.1.0:*:*:*:*:ruby:*:*", "cpe:2.3:a:rack_project:rack:3.0.0:-:*:*:*:ruby:*:*" ], "defaultStatus": "unknown", "product": "rack", "vendor": "rack_project", "versions": [ { "lessThan": "2.1.4.4", "status": "affected", "version": "2.1.0", "versionType": "custom" }, { "lessThan": "2.2.8.1", "status": "affected", "version": "2.2.0", "versionType": "custom" }, { "lessThan": "3.0.9.1", "status": "affected", "version": "3.0.0", "versionType": "custom" } ] }, { "cpes": [ "cpe:2.3:a:rack_project:rack:*:*:*:*:*:ruby:*:*" ], "defaultStatus": "unknown", "product": "rack", "vendor": "rack_project", "versions": [ { "lessThan": "2.0.9.4", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-26146", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-02-29T17:31:54.207314Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-07-25T16:39:52.274Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-01T23:59:32.576Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/rack/rack/security/advisories/GHSA-54rr-7fvw-6x8f", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/rack/rack/security/advisories/GHSA-54rr-7fvw-6x8f" }, { "name": "https://github.com/rack/rack/commit/30b8e39a578b25d4bdcc082c1c52c6f164b59716", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/rack/rack/commit/30b8e39a578b25d4bdcc082c1c52c6f164b59716" }, { "name": "https://github.com/rack/rack/commit/6c5d90bdcec0949f7ba06db62fb740dab394b582", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/rack/rack/commit/6c5d90bdcec0949f7ba06db62fb740dab394b582" }, { "name": "https://github.com/rack/rack/commit/a227cd793778c7c3a827d32808058571569cda6f", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/rack/rack/commit/a227cd793778c7c3a827d32808058571569cda6f" }, { "name": "https://github.com/rack/rack/commit/e4c117749ba24a66f8ec5a08eddf68deeb425ccd", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/rack/rack/commit/e4c117749ba24a66f8ec5a08eddf68deeb425ccd" }, { "name": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" }, { "name": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2024-26146.yml", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2024-26146.yml" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2024/04/msg00022.html" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20240510-0006/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "rack", "vendor": "rack", "versions": [ { "status": "affected", "version": "\u003e= 3.0.0, \u003c 3.0.9.1" }, { "status": "affected", "version": "\u003e= 2.2.0, \u003c 2.2.8.1" }, { "status": "affected", "version": "\u003e= 2.1.0, \u003c 2.1.4.4" }, { "status": "affected", "version": "\u003c 2.0.9.4" } ] } ], "descriptions": [ { "lang": "en", "value": "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.\n" } ], "metrics": [ { "cvssV3_1": { "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" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-1333", "description": "CWE-1333: Inefficient Regular Expression Complexity", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-02-28T23:28:01.158Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/rack/rack/security/advisories/GHSA-54rr-7fvw-6x8f", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/rack/rack/security/advisories/GHSA-54rr-7fvw-6x8f" }, { "name": "https://github.com/rack/rack/commit/30b8e39a578b25d4bdcc082c1c52c6f164b59716", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rack/rack/commit/30b8e39a578b25d4bdcc082c1c52c6f164b59716" }, { "name": "https://github.com/rack/rack/commit/6c5d90bdcec0949f7ba06db62fb740dab394b582", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rack/rack/commit/6c5d90bdcec0949f7ba06db62fb740dab394b582" }, { "name": "https://github.com/rack/rack/commit/a227cd793778c7c3a827d32808058571569cda6f", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rack/rack/commit/a227cd793778c7c3a827d32808058571569cda6f" }, { "name": "https://github.com/rack/rack/commit/e4c117749ba24a66f8ec5a08eddf68deeb425ccd", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rack/rack/commit/e4c117749ba24a66f8ec5a08eddf68deeb425ccd" }, { "name": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942", "tags": [ "x_refsource_MISC" ], "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" }, { "name": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2024-26146.yml", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2024-26146.yml" }, { "url": "https://lists.debian.org/debian-lts-announce/2024/04/msg00022.html" }, { "url": "https://security.netapp.com/advisory/ntap-20240510-0006/" } ], "source": { "advisory": "GHSA-54rr-7fvw-6x8f", "discovery": "UNKNOWN" }, "title": "Possible Denial of Service Vulnerability in Rack Header Parsing" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-26146", "datePublished": "2024-02-28T23:28:01.158Z", "dateReserved": "2024-02-14T17:40:03.689Z", "dateUpdated": "2024-08-01T23:59:32.576Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-26146\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-02-29T00:15:51.597\",\"lastModified\":\"2024-06-10T18:15:27.743\",\"vulnStatus\":\"Awaiting Analysis\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\\n\"},{\"lang\":\"es\",\"value\":\"Rack es una interfaz modular de servidor web Ruby. Los encabezados cuidadosamente elaborados pueden hacer que el an\u00e1lisis de encabezados en Rack demore m\u00e1s de lo esperado, lo que resulta en un posible problema de denegaci\u00f3n de servicio. Los encabezados Aceptar y Reenviar se ven afectados. Ruby 3.2 tiene mitigaciones para este problema, por lo que las aplicaciones Rack que usan Ruby 3.2 o posterior no se ven afectadas. Esta vulnerabilidad se solucion\u00f3 en 2.0.9.4, 2.1.4.4, 2.2.8.1 y 3.0.9.1.\"}],\"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:L\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]}],\"references\":[{\"url\":\"https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/rack/rack/commit/30b8e39a578b25d4bdcc082c1c52c6f164b59716\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/rack/rack/commit/6c5d90bdcec0949f7ba06db62fb740dab394b582\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/rack/rack/commit/a227cd793778c7c3a827d32808058571569cda6f\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/rack/rack/commit/e4c117749ba24a66f8ec5a08eddf68deeb425ccd\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/rack/rack/security/advisories/GHSA-54rr-7fvw-6x8f\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2024-26146.yml\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/04/msg00022.html\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240510-0006/\",\"source\":\"security-advisories@github.com\"}]}}" } }
rhsa-2024_3431
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: Denial of Service Vulnerability in Rack Content-Type Parsing (CVE-2024-25126)\n\n* rubygem-rack: Possible DoS Vulnerability with Range Header in Rack (CVE-2024-26141)\n\n* rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing (CVE-2024-26146)\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-2024:3431", "url": "https://access.redhat.com/errata/RHSA-2024:3431" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3431.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2024-11-11T20:15:18+00:00", "generator": { "date": "2024-11-11T20:15:18+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:3431", "initial_release_date": "2024-05-28T14:28:05+00:00", "revision_history": [ { "date": "2024-05-28T14:28:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-28T14:28:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-11T20:15: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 EUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux High Availability EUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.6)", "product_id": "ResilientStorage-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.12-6.el8_6.5.src", "product": { "name": "pcs-0:0.10.12-6.el8_6.5.src", "product_id": "pcs-0:0.10.12-6.el8_6.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.12-6.el8_6.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.12-6.el8_6.5.aarch64", "product": { "name": "pcs-0:0.10.12-6.el8_6.5.aarch64", "product_id": "pcs-0:0.10.12-6.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.12-6.el8_6.5?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "product": { "name": "pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "product_id": "pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.12-6.el8_6.5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.12-6.el8_6.5.ppc64le", "product": { "name": "pcs-0:0.10.12-6.el8_6.5.ppc64le", "product_id": "pcs-0:0.10.12-6.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.12-6.el8_6.5?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "product": { "name": "pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "product_id": "pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.12-6.el8_6.5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.12-6.el8_6.5.x86_64", "product": { "name": "pcs-0:0.10.12-6.el8_6.5.x86_64", "product_id": "pcs-0:0.10.12-6.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.12-6.el8_6.5?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "product": { "name": "pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "product_id": "pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.12-6.el8_6.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.12-6.el8_6.5.s390x", "product": { "name": "pcs-0:0.10.12-6.el8_6.5.s390x", "product_id": "pcs-0:0.10.12-6.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.12-6.el8_6.5?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "product": { "name": "pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "product_id": "pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.12-6.el8_6.5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64" }, "product_reference": "pcs-0:0.10.12-6.el8_6.5.aarch64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le" }, "product_reference": "pcs-0:0.10.12-6.el8_6.5.ppc64le", "relates_to_product_reference": "HighAvailability-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.5.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x" }, "product_reference": "pcs-0:0.10.12-6.el8_6.5.s390x", "relates_to_product_reference": "HighAvailability-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.5.src as a component of Red Hat Enterprise Linux High Availability EUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src" }, "product_reference": "pcs-0:0.10.12-6.el8_6.5.src", "relates_to_product_reference": "HighAvailability-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64" }, "product_reference": "pcs-0:0.10.12-6.el8_6.5.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.12-6.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64" }, "product_reference": "pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "relates_to_product_reference": "HighAvailability-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.12-6.el8_6.5.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x" }, "product_reference": "pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "relates_to_product_reference": "HighAvailability-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.12-6.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64" }, "product_reference": "pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.6)", "product_id": "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64" }, "product_reference": "pcs-0:0.10.12-6.el8_6.5.aarch64", "relates_to_product_reference": "ResilientStorage-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.6)", "product_id": "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le" }, "product_reference": "pcs-0:0.10.12-6.el8_6.5.ppc64le", "relates_to_product_reference": "ResilientStorage-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.5.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.6)", "product_id": "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x" }, "product_reference": "pcs-0:0.10.12-6.el8_6.5.s390x", "relates_to_product_reference": "ResilientStorage-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.5.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.6)", "product_id": "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src" }, "product_reference": "pcs-0:0.10.12-6.el8_6.5.src", "relates_to_product_reference": "ResilientStorage-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.12-6.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.6)", "product_id": "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64" }, "product_reference": "pcs-0:0.10.12-6.el8_6.5.x86_64", "relates_to_product_reference": "ResilientStorage-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.12-6.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.6)", "product_id": "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64" }, "product_reference": "pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "relates_to_product_reference": "ResilientStorage-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.6)", "product_id": "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "relates_to_product_reference": "ResilientStorage-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.12-6.el8_6.5.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.6)", "product_id": "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x" }, "product_reference": "pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "relates_to_product_reference": "ResilientStorage-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.12-6.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.6)", "product_id": "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64" }, "product_reference": "pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "relates_to_product_reference": "ResilientStorage-8.6.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-25126", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265593" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Content-Type. Carefully crafted content type headers can cause Rack\u2019s media type parser to take much longer than expected, leading to a possible denial of service vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-25126" }, { "category": "external", "summary": "RHBZ#2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-25126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-25126" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941", "url": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-28T14:28:05+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3431" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.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.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing" }, { "cve": "CVE-2024-26141", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265594" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Range Header. Carefully crafted range headers can cause a server to respond with an unexpectedly large response. Responding with large responses could lead to a denial of service issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this vulnerability as a Moderate impact as this requires a specifically crafted response.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26141" }, { "category": "external", "summary": "RHBZ#2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26141", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26141" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944", "url": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-28T14:28:05+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3431" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.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.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack" }, { "cve": "CVE-2024-26146", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265595" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Rack Header. 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.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26146" }, { "category": "external", "summary": "RHBZ#2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26146", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26146" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942", "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-28T14:28:05+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3431" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.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.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "HighAvailability-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "HighAvailability-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.src", "ResilientStorage-8.6.0.Z.EUS:pcs-0:0.10.12-6.el8_6.5.x86_64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.aarch64", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.ppc64le", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.s390x", "ResilientStorage-8.6.0.Z.EUS:pcs-snmp-0:0.10.12-6.el8_6.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing" } ] }
rhsa-2024_2584
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: Denial of Service Vulnerability in Rack Content-Type Parsing (CVE-2024-25126)\n\n* rubygem-rack: Possible DoS Vulnerability with Range Header in Rack (CVE-2024-26141)\n\n* rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing (CVE-2024-26146)\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-2024:2584", "url": "https://access.redhat.com/errata/RHSA-2024:2584" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2584.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2024-11-11T20:14:09+00:00", "generator": { "date": "2024-11-11T20:14:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2584", "initial_release_date": "2024-04-30T14:52:26+00:00", "revision_history": [ { "date": "2024-04-30T14:52:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-30T14:52:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-11T20:14:09+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::highavailability" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.8-1.el8_4.5.src", "product": { "name": "pcs-0:0.10.8-1.el8_4.5.src", "product_id": "pcs-0:0.10.8-1.el8_4.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.8-1.el8_4.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.8-1.el8_4.5.x86_64", "product": { "name": "pcs-0:0.10.8-1.el8_4.5.x86_64", "product_id": "pcs-0:0.10.8-1.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.8-1.el8_4.5?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "product": { "name": "pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "product_id": "pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.8-1.el8_4.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.8-1.el8_4.5.ppc64le", "product": { "name": "pcs-0:0.10.8-1.el8_4.5.ppc64le", "product_id": "pcs-0:0.10.8-1.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.8-1.el8_4.5?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "product": { "name": "pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "product_id": "pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.8-1.el8_4.5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.8-1.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le" }, "product_reference": "pcs-0:0.10.8-1.el8_4.5.ppc64le", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.8-1.el8_4.5.src as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src" }, "product_reference": "pcs-0:0.10.8-1.el8_4.5.src", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.8-1.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64" }, "product_reference": "pcs-0:0.10.8-1.el8_4.5.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.8-1.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64" }, "product_reference": "pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.8-1.el8_4.5.src as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src" }, "product_reference": "pcs-0:0.10.8-1.el8_4.5.src", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.8-1.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64" }, "product_reference": "pcs-0:0.10.8-1.el8_4.5.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.8-1.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64" }, "product_reference": "pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-25126", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265593" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Content-Type. Carefully crafted content type headers can cause Rack\u2019s media type parser to take much longer than expected, leading to a possible denial of service vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-25126" }, { "category": "external", "summary": "RHBZ#2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-25126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-25126" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941", "url": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T14:52:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2584" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.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.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing" }, { "cve": "CVE-2024-26141", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265594" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Range Header. Carefully crafted range headers can cause a server to respond with an unexpectedly large response. Responding with large responses could lead to a denial of service issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this vulnerability as a Moderate impact as this requires a specifically crafted response.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26141" }, { "category": "external", "summary": "RHBZ#2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26141", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26141" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944", "url": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T14:52:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2584" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.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.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack" }, { "cve": "CVE-2024-26146", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265595" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Rack Header. 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.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26146" }, { "category": "external", "summary": "RHBZ#2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26146", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26146" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942", "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T14:52:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2584" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.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.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.E4S:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.ppc64le", "HighAvailability-8.4.0.Z.E4S:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.src", "HighAvailability-8.4.0.Z.TUS:pcs-0:0.10.8-1.el8_4.5.x86_64", "HighAvailability-8.4.0.Z.TUS:pcs-snmp-0:0.10.8-1.el8_4.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing" } ] }
rhsa-2024_2953
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update 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 Moderate. 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: Denial of Service Vulnerability in Rack Content-Type Parsing (CVE-2024-25126)\n\n* rubygem-rack: Possible DoS Vulnerability with Range Header in Rack (CVE-2024-26141)\n\n* rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing (CVE-2024-26146)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.10 Release Notes linked from 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-2024:2953", "url": "https://access.redhat.com/errata/RHSA-2024:2953" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.10_release_notes/index" }, { "category": "external", "summary": "2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "external", "summary": "RHEL-17280", "url": "https://issues.redhat.com/browse/RHEL-17280" }, { "category": "external", "summary": "RHEL-7584", "url": "https://issues.redhat.com/browse/RHEL-7584" }, { "category": "external", "summary": "RHEL-7668", "url": "https://issues.redhat.com/browse/RHEL-7668" }, { "category": "external", "summary": "RHEL-7729", "url": "https://issues.redhat.com/browse/RHEL-7729" }, { "category": "external", "summary": "RHEL-7731", "url": "https://issues.redhat.com/browse/RHEL-7731" }, { "category": "external", "summary": "RHEL-7732", "url": "https://issues.redhat.com/browse/RHEL-7732" }, { "category": "external", "summary": "RHEL-7741", "url": "https://issues.redhat.com/browse/RHEL-7741" }, { "category": "external", "summary": "RHEL-7742", "url": "https://issues.redhat.com/browse/RHEL-7742" }, { "category": "external", "summary": "RHEL-7743", "url": "https://issues.redhat.com/browse/RHEL-7743" }, { "category": "external", "summary": "RHEL-7745", "url": "https://issues.redhat.com/browse/RHEL-7745" }, { "category": "external", "summary": "RHEL-8467", "url": "https://issues.redhat.com/browse/RHEL-8467" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2953.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2024-11-11T20:14:57+00:00", "generator": { "date": "2024-11-11T20:14:57+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2953", "initial_release_date": "2024-05-22T09:40:38+00:00", "revision_history": [ { "date": "2024-05-22T09:40:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-22T09:40:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-11T20:14:57+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.GA", "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.GA", "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.src", "product": { "name": "pcs-0:0.10.18-2.el8_10.src", "product_id": "pcs-0:0.10.18-2.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.18-2.el8_10.aarch64", "product": { "name": "pcs-0:0.10.18-2.el8_10.aarch64", "product_id": "pcs-0:0.10.18-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.18-2.el8_10.aarch64", "product": { "name": "pcs-snmp-0:0.10.18-2.el8_10.aarch64", "product_id": "pcs-snmp-0:0.10.18-2.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.18-2.el8_10.ppc64le", "product": { "name": "pcs-0:0.10.18-2.el8_10.ppc64le", "product_id": "pcs-0:0.10.18-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "product": { "name": "pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "product_id": "pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.18-2.el8_10.x86_64", "product": { "name": "pcs-0:0.10.18-2.el8_10.x86_64", "product_id": "pcs-0:0.10.18-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.18-2.el8_10.x86_64", "product": { "name": "pcs-snmp-0:0.10.18-2.el8_10.x86_64", "product_id": "pcs-snmp-0:0.10.18-2.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.18-2.el8_10.s390x", "product": { "name": "pcs-0:0.10.18-2.el8_10.s390x", "product_id": "pcs-0:0.10.18-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.18-2.el8_10.s390x", "product": { "name": "pcs-snmp-0:0.10.18-2.el8_10.s390x", "product_id": "pcs-snmp-0:0.10.18-2.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10?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.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64" }, "product_reference": "pcs-0:0.10.18-2.el8_10.aarch64", "relates_to_product_reference": "HighAvailability-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le" }, "product_reference": "pcs-0:0.10.18-2.el8_10.ppc64le", "relates_to_product_reference": "HighAvailability-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x" }, "product_reference": "pcs-0:0.10.18-2.el8_10.s390x", "relates_to_product_reference": "HighAvailability-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.src as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src" }, "product_reference": "pcs-0:0.10.18-2.el8_10.src", "relates_to_product_reference": "HighAvailability-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64" }, "product_reference": "pcs-0:0.10.18-2.el8_10.x86_64", "relates_to_product_reference": "HighAvailability-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.aarch64", "relates_to_product_reference": "HighAvailability-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "relates_to_product_reference": "HighAvailability-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.s390x", "relates_to_product_reference": "HighAvailability-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)", "product_id": "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.x86_64", "relates_to_product_reference": "HighAvailability-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64" }, "product_reference": "pcs-0:0.10.18-2.el8_10.aarch64", "relates_to_product_reference": "ResilientStorage-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le" }, "product_reference": "pcs-0:0.10.18-2.el8_10.ppc64le", "relates_to_product_reference": "ResilientStorage-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x" }, "product_reference": "pcs-0:0.10.18-2.el8_10.s390x", "relates_to_product_reference": "ResilientStorage-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.src as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src" }, "product_reference": "pcs-0:0.10.18-2.el8_10.src", "relates_to_product_reference": "ResilientStorage-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.18-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64" }, "product_reference": "pcs-0:0.10.18-2.el8_10.x86_64", "relates_to_product_reference": "ResilientStorage-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.aarch64", "relates_to_product_reference": "ResilientStorage-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "relates_to_product_reference": "ResilientStorage-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.s390x", "relates_to_product_reference": "ResilientStorage-8.10.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.18-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)", "product_id": "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64" }, "product_reference": "pcs-snmp-0:0.10.18-2.el8_10.x86_64", "relates_to_product_reference": "ResilientStorage-8.10.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-25126", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265593" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Content-Type. Carefully crafted content type headers can cause Rack\u2019s media type parser to take much longer than expected, leading to a possible denial of service vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-25126" }, { "category": "external", "summary": "RHBZ#2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-25126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-25126" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941", "url": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:40:38+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.GA:pcs-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2953" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.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.GA:pcs-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing" }, { "cve": "CVE-2024-26141", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265594" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Range Header. Carefully crafted range headers can cause a server to respond with an unexpectedly large response. Responding with large responses could lead to a denial of service issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this vulnerability as a Moderate impact as this requires a specifically crafted response.", "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.GA:pcs-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26141" }, { "category": "external", "summary": "RHBZ#2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26141", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26141" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944", "url": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:40:38+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.GA:pcs-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2953" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.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.GA:pcs-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack" }, { "cve": "CVE-2024-26146", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265595" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Rack Header. 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.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26146" }, { "category": "external", "summary": "RHBZ#2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26146", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26146" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942", "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-22T09:40:38+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.GA:pcs-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2953" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.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.GA:pcs-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "HighAvailability-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "HighAvailability-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.src", "ResilientStorage-8.10.0.GA:pcs-0:0.10.18-2.el8_10.x86_64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.aarch64", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.ppc64le", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.s390x", "ResilientStorage-8.10.0.GA:pcs-snmp-0:0.10.18-2.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing" } ] }
rhsa-2024_1841
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: Denial of Service Vulnerability in Rack Content-Type Parsing (CVE-2024-25126)\n\n* rubygem-rack: Possible DoS Vulnerability with Range Header in Rack (CVE-2024-26141)\n\n* rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing (CVE-2024-26146)", "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-2024:1841", "url": "https://access.redhat.com/errata/RHSA-2024:1841" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1841.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2024-11-11T20:13:05+00:00", "generator": { "date": "2024-11-11T20:13:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1841", "initial_release_date": "2024-04-16T14:56:06+00:00", "revision_history": [ { "date": "2024-04-16T14:56:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-16T14:56:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-11T20:13:05+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability EUS (v.9.0)", "product": { "name": "Red Hat Enterprise Linux High Availability EUS (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.0::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.0)", "product": { "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.0::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.1-10.el9_0.5.src", "product": { "name": "pcs-0:0.11.1-10.el9_0.5.src", "product_id": "pcs-0:0.11.1-10.el9_0.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.1-10.el9_0.5.ppc64le", "product": { "name": "pcs-0:0.11.1-10.el9_0.5.ppc64le", "product_id": "pcs-0:0.11.1-10.el9_0.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.5?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "product": { "name": "pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "product_id": "pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.1-10.el9_0.5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.1-10.el9_0.5.x86_64", "product": { "name": "pcs-0:0.11.1-10.el9_0.5.x86_64", "product_id": "pcs-0:0.11.1-10.el9_0.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.5?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "product": { "name": "pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "product_id": "pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.1-10.el9_0.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.1-10.el9_0.5.s390x", "product": { "name": "pcs-0:0.11.1-10.el9_0.5.s390x", "product_id": "pcs-0:0.11.1-10.el9_0.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.5?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "product": { "name": "pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "product_id": "pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.1-10.el9_0.5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.1-10.el9_0.5.aarch64", "product": { "name": "pcs-0:0.11.1-10.el9_0.5.aarch64", "product_id": "pcs-0:0.11.1-10.el9_0.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.1-10.el9_0.5?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "product": { "name": "pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "product_id": "pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.1-10.el9_0.5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.5.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64" }, "product_reference": "pcs-0:0.11.1-10.el9_0.5.aarch64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.5.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le" }, "product_reference": "pcs-0:0.11.1-10.el9_0.5.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.5.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x" }, "product_reference": "pcs-0:0.11.1-10.el9_0.5.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.5.src as a component of Red Hat Enterprise Linux High Availability EUS (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src" }, "product_reference": "pcs-0:0.11.1-10.el9_0.5.src", "relates_to_product_reference": "HighAvailability-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.5.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64" }, "product_reference": "pcs-0:0.11.1-10.el9_0.5.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.5.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.5.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.5.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.5.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64" }, "product_reference": "pcs-0:0.11.1-10.el9_0.5.aarch64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.5.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le" }, "product_reference": "pcs-0:0.11.1-10.el9_0.5.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.5.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x" }, "product_reference": "pcs-0:0.11.1-10.el9_0.5.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.5.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src" }, "product_reference": "pcs-0:0.11.1-10.el9_0.5.src", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.1-10.el9_0.5.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64" }, "product_reference": "pcs-0:0.11.1-10.el9_0.5.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.5.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.5.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.1-10.el9_0.5.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64" }, "product_reference": "pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-25126", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265593" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Content-Type. Carefully crafted content type headers can cause Rack\u2019s media type parser to take much longer than expected, leading to a possible denial of service vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-25126" }, { "category": "external", "summary": "RHBZ#2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-25126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-25126" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941", "url": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-16T14:56: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-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1841" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.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.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing" }, { "cve": "CVE-2024-26141", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265594" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Range Header. Carefully crafted range headers can cause a server to respond with an unexpectedly large response. Responding with large responses could lead to a denial of service issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this vulnerability as a Moderate impact as this requires a specifically crafted response.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26141" }, { "category": "external", "summary": "RHBZ#2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26141", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26141" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944", "url": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-16T14:56: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-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1841" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.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.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack" }, { "cve": "CVE-2024-26146", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265595" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Rack Header. 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.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26146" }, { "category": "external", "summary": "RHBZ#2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26146", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26146" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942", "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-16T14:56: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-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1841" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.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.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "HighAvailability-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "HighAvailability-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.src", "ResilientStorage-9.0.0.Z.EUS:pcs-0:0.11.1-10.el9_0.5.x86_64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.aarch64", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.ppc64le", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.s390x", "ResilientStorage-9.0.0.Z.EUS:pcs-snmp-0:0.11.1-10.el9_0.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing" } ] }
rhsa-2024_2581
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: Denial of Service Vulnerability in Rack Content-Type Parsing (CVE-2024-25126)\n\n* rubygem-rack: Possible DoS Vulnerability with Range Header in Rack (CVE-2024-26141)\n\n* rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing (CVE-2024-26146)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted 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-2024:2581", "url": "https://access.redhat.com/errata/RHSA-2024:2581" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2581.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2024-11-11T20:14:21+00:00", "generator": { "date": "2024-11-11T20:14:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2581", "initial_release_date": "2024-04-30T14:37:16+00:00", "revision_history": [ { "date": "2024-04-30T14:37:16+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-30T14:37:16+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-11T20:14:21+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.15-4.el8_8.2.src", "product": { "name": "pcs-0:0.10.15-4.el8_8.2.src", "product_id": "pcs-0:0.10.15-4.el8_8.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.15-4.el8_8.2.ppc64le", "product": { "name": "pcs-0:0.10.15-4.el8_8.2.ppc64le", "product_id": "pcs-0:0.10.15-4.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.2?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "product": { "name": "pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "product_id": "pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.15-4.el8_8.2.x86_64", "product": { "name": "pcs-0:0.10.15-4.el8_8.2.x86_64", "product_id": "pcs-0:0.10.15-4.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.2?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "product": { "name": "pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "product_id": "pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.15-4.el8_8.2.s390x", "product": { "name": "pcs-0:0.10.15-4.el8_8.2.s390x", "product_id": "pcs-0:0.10.15-4.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.2?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "product": { "name": "pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "product_id": "pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.15-4.el8_8.2.aarch64", "product": { "name": "pcs-0:0.10.15-4.el8_8.2.aarch64", "product_id": "pcs-0:0.10.15-4.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.15-4.el8_8.2?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "product": { "name": "pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "product_id": "pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.15-4.el8_8.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64" }, "product_reference": "pcs-0:0.10.15-4.el8_8.2.aarch64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le" }, "product_reference": "pcs-0:0.10.15-4.el8_8.2.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.2.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x" }, "product_reference": "pcs-0:0.10.15-4.el8_8.2.s390x", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.2.src as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src" }, "product_reference": "pcs-0:0.10.15-4.el8_8.2.src", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64" }, "product_reference": "pcs-0:0.10.15-4.el8_8.2.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.2.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64" }, "product_reference": "pcs-0:0.10.15-4.el8_8.2.aarch64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le" }, "product_reference": "pcs-0:0.10.15-4.el8_8.2.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.2.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x" }, "product_reference": "pcs-0:0.10.15-4.el8_8.2.s390x", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.2.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src" }, "product_reference": "pcs-0:0.10.15-4.el8_8.2.src", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.15-4.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64" }, "product_reference": "pcs-0:0.10.15-4.el8_8.2.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.2.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.15-4.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64" }, "product_reference": "pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-25126", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265593" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Content-Type. Carefully crafted content type headers can cause Rack\u2019s media type parser to take much longer than expected, leading to a possible denial of service vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-25126" }, { "category": "external", "summary": "RHBZ#2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-25126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-25126" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941", "url": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T14:37:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2581" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.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-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing" }, { "cve": "CVE-2024-26141", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265594" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Range Header. Carefully crafted range headers can cause a server to respond with an unexpectedly large response. Responding with large responses could lead to a denial of service issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this vulnerability as a Moderate impact as this requires a specifically crafted response.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26141" }, { "category": "external", "summary": "RHBZ#2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26141", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26141" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944", "url": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T14:37:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2581" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.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-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack" }, { "cve": "CVE-2024-26146", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265595" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Rack Header. 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.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26146" }, { "category": "external", "summary": "RHBZ#2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26146", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26146" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942", "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T14:37:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2581" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.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-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "HighAvailability-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "HighAvailability-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.src", "ResilientStorage-8.8.0.Z.EUS:pcs-0:0.10.15-4.el8_8.2.x86_64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.aarch64", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.ppc64le", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.s390x", "ResilientStorage-8.8.0.Z.EUS:pcs-snmp-0:0.10.15-4.el8_8.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing" } ] }
rhsa-2024_1846
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: Denial of Service Vulnerability in Rack Content-Type Parsing (CVE-2024-25126)\n\n* rubygem-rack: Possible DoS Vulnerability with Range Header in Rack (CVE-2024-26141)\n\n* rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing (CVE-2024-26146)\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-2024:1846", "url": "https://access.redhat.com/errata/RHSA-2024:1846" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1846.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2024-11-11T20:13:17+00:00", "generator": { "date": "2024-11-11T20:13:17+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1846", "initial_release_date": "2024-04-16T15:26:07+00:00", "revision_history": [ { "date": "2024-04-16T15:26:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-16T15:26:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-11T20:13:17+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.4-7.el9_2.1.src", "product": { "name": "pcs-0:0.11.4-7.el9_2.1.src", "product_id": "pcs-0:0.11.4-7.el9_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.4-7.el9_2.1.aarch64", "product": { "name": "pcs-0:0.11.4-7.el9_2.1.aarch64", "product_id": "pcs-0:0.11.4-7.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "product": { "name": "pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "product_id": "pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.4-7.el9_2.1.ppc64le", "product": { "name": "pcs-0:0.11.4-7.el9_2.1.ppc64le", "product_id": "pcs-0:0.11.4-7.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "product": { "name": "pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "product_id": "pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.4-7.el9_2.1.x86_64", "product": { "name": "pcs-0:0.11.4-7.el9_2.1.x86_64", "product_id": "pcs-0:0.11.4-7.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "product": { "name": "pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "product_id": "pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.4-7.el9_2.1.s390x", "product": { "name": "pcs-0:0.11.4-7.el9_2.1.s390x", "product_id": "pcs-0:0.11.4-7.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.4-7.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "product": { "name": "pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "product_id": "pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.4-7.el9_2.1?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.1.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64" }, "product_reference": "pcs-0:0.11.4-7.el9_2.1.aarch64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le" }, "product_reference": "pcs-0:0.11.4-7.el9_2.1.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.1.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x" }, "product_reference": "pcs-0:0.11.4-7.el9_2.1.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.1.src as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src" }, "product_reference": "pcs-0:0.11.4-7.el9_2.1.src", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64" }, "product_reference": "pcs-0:0.11.4-7.el9_2.1.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.1.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64" }, "product_reference": "pcs-0:0.11.4-7.el9_2.1.aarch64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le" }, "product_reference": "pcs-0:0.11.4-7.el9_2.1.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.1.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x" }, "product_reference": "pcs-0:0.11.4-7.el9_2.1.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.1.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src" }, "product_reference": "pcs-0:0.11.4-7.el9_2.1.src", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.4-7.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64" }, "product_reference": "pcs-0:0.11.4-7.el9_2.1.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.1.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.4-7.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64" }, "product_reference": "pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-25126", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265593" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Content-Type. Carefully crafted content type headers can cause Rack\u2019s media type parser to take much longer than expected, leading to a possible denial of service vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-25126" }, { "category": "external", "summary": "RHBZ#2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-25126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-25126" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941", "url": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-16T15:26:07+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1846" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.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.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing" }, { "cve": "CVE-2024-26141", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265594" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Range Header. Carefully crafted range headers can cause a server to respond with an unexpectedly large response. Responding with large responses could lead to a denial of service issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this vulnerability as a Moderate impact as this requires a specifically crafted response.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26141" }, { "category": "external", "summary": "RHBZ#2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26141", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26141" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944", "url": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-16T15:26:07+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1846" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.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.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack" }, { "cve": "CVE-2024-26146", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265595" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Rack Header. 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.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26146" }, { "category": "external", "summary": "RHBZ#2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26146", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26146" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942", "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-16T15:26:07+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1846" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.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.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "HighAvailability-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "HighAvailability-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.src", "ResilientStorage-9.2.0.Z.EUS:pcs-0:0.11.4-7.el9_2.1.x86_64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.aarch64", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.ppc64le", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.s390x", "ResilientStorage-9.2.0.Z.EUS:pcs-snmp-0:0.11.4-7.el9_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing" } ] }
rhsa-2024_2007
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for pcs is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: Denial of Service Vulnerability in Rack Content-Type Parsing (CVE-2024-25126)\n\n* rubygem-rack: Possible DoS Vulnerability with Range Header in Rack (CVE-2024-26141)\n\n* rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing (CVE-2024-26146)\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-2024:2007", "url": "https://access.redhat.com/errata/RHSA-2024:2007" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2007.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2024-11-11T20:13:50+00:00", "generator": { "date": "2024-11-11T20:13:50+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2007", "initial_release_date": "2024-04-23T16:29:04+00:00", "revision_history": [ { "date": "2024-04-23T16:29:04+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-23T16:29:04+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-11T20:13:50+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability TUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux High Availability TUS (v. 8.2)", "product_id": "HighAvailability-8.2.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.2::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability E4S (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux High Availability E4S (v. 8.2)", "product_id": "HighAvailability-8.2.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.2::highavailability" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.4-6.el8_2.5.src", "product": { "name": "pcs-0:0.10.4-6.el8_2.5.src", "product_id": "pcs-0:0.10.4-6.el8_2.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.4-6.el8_2.5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.4-6.el8_2.5.x86_64", "product": { "name": "pcs-0:0.10.4-6.el8_2.5.x86_64", "product_id": "pcs-0:0.10.4-6.el8_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.4-6.el8_2.5?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "product": { "name": "pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "product_id": "pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.4-6.el8_2.5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.10.4-6.el8_2.5.ppc64le", "product": { "name": "pcs-0:0.10.4-6.el8_2.5.ppc64le", "product_id": "pcs-0:0.10.4-6.el8_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.10.4-6.el8_2.5?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "product": { "name": "pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "product_id": "pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.10.4-6.el8_2.5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.4-6.el8_2.5.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v. 8.2)", "product_id": "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le" }, "product_reference": "pcs-0:0.10.4-6.el8_2.5.ppc64le", "relates_to_product_reference": "HighAvailability-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.4-6.el8_2.5.src as a component of Red Hat Enterprise Linux High Availability E4S (v. 8.2)", "product_id": "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src" }, "product_reference": "pcs-0:0.10.4-6.el8_2.5.src", "relates_to_product_reference": "HighAvailability-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.4-6.el8_2.5.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v. 8.2)", "product_id": "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64" }, "product_reference": "pcs-0:0.10.4-6.el8_2.5.x86_64", "relates_to_product_reference": "HighAvailability-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v. 8.2)", "product_id": "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le" }, "product_reference": "pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "relates_to_product_reference": "HighAvailability-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.4-6.el8_2.5.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v. 8.2)", "product_id": "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64" }, "product_reference": "pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "relates_to_product_reference": "HighAvailability-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.4-6.el8_2.5.src as a component of Red Hat Enterprise Linux High Availability TUS (v. 8.2)", "product_id": "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src" }, "product_reference": "pcs-0:0.10.4-6.el8_2.5.src", "relates_to_product_reference": "HighAvailability-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.10.4-6.el8_2.5.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v. 8.2)", "product_id": "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64" }, "product_reference": "pcs-0:0.10.4-6.el8_2.5.x86_64", "relates_to_product_reference": "HighAvailability-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.10.4-6.el8_2.5.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v. 8.2)", "product_id": "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64" }, "product_reference": "pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "relates_to_product_reference": "HighAvailability-8.2.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-25126", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265593" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Content-Type. Carefully crafted content type headers can cause Rack\u2019s media type parser to take much longer than expected, leading to a possible denial of service vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-25126" }, { "category": "external", "summary": "RHBZ#2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-25126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-25126" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941", "url": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-23T16:29:04+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.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2007" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.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.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing" }, { "cve": "CVE-2024-26141", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265594" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Range Header. Carefully crafted range headers can cause a server to respond with an unexpectedly large response. Responding with large responses could lead to a denial of service issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this vulnerability as a Moderate impact as this requires a specifically crafted response.", "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.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26141" }, { "category": "external", "summary": "RHBZ#2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26141", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26141" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944", "url": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-23T16:29:04+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.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2007" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.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.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack" }, { "cve": "CVE-2024-26146", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265595" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Rack Header. 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.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26146" }, { "category": "external", "summary": "RHBZ#2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26146", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26146" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942", "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-23T16:29:04+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.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2007" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.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.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.E4S:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.ppc64le", "HighAvailability-8.2.0.Z.E4S:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.src", "HighAvailability-8.2.0.Z.TUS:pcs-0:0.10.4-6.el8_2.5.x86_64", "HighAvailability-8.2.0.Z.TUS:pcs-snmp-0:0.10.4-6.el8_2.5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing" } ] }
rhsa-2024_2113
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update 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 Moderate. 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: Denial of Service Vulnerability in Rack Content-Type Parsing (CVE-2024-25126)\n\n* rubygem-rack: Possible DoS Vulnerability with Range Header in Rack (CVE-2024-26141)\n\n* rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing (CVE-2024-26146)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.4 Release Notes linked from 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-2024:2113", "url": "https://access.redhat.com/errata/RHSA-2024:2113" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.4_release_notes/index" }, { "category": "external", "summary": "2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "external", "summary": "RHEL-15217", "url": "https://issues.redhat.com/browse/RHEL-15217" }, { "category": "external", "summary": "RHEL-7582", "url": "https://issues.redhat.com/browse/RHEL-7582" }, { "category": "external", "summary": "RHEL-7583", "url": "https://issues.redhat.com/browse/RHEL-7583" }, { "category": "external", "summary": "RHEL-7669", "url": "https://issues.redhat.com/browse/RHEL-7669" }, { "category": "external", "summary": "RHEL-7672", "url": "https://issues.redhat.com/browse/RHEL-7672" }, { "category": "external", "summary": "RHEL-7697", "url": "https://issues.redhat.com/browse/RHEL-7697" }, { "category": "external", "summary": "RHEL-7698", "url": "https://issues.redhat.com/browse/RHEL-7698" }, { "category": "external", "summary": "RHEL-7700", "url": "https://issues.redhat.com/browse/RHEL-7700" }, { "category": "external", "summary": "RHEL-7703", "url": "https://issues.redhat.com/browse/RHEL-7703" }, { "category": "external", "summary": "RHEL-7719", "url": "https://issues.redhat.com/browse/RHEL-7719" }, { "category": "external", "summary": "RHEL-7724", "url": "https://issues.redhat.com/browse/RHEL-7724" }, { "category": "external", "summary": "RHEL-7725", "url": "https://issues.redhat.com/browse/RHEL-7725" }, { "category": "external", "summary": "RHEL-7730", "url": "https://issues.redhat.com/browse/RHEL-7730" }, { "category": "external", "summary": "RHEL-7738", "url": "https://issues.redhat.com/browse/RHEL-7738" }, { "category": "external", "summary": "RHEL-7739", "url": "https://issues.redhat.com/browse/RHEL-7739" }, { "category": "external", "summary": "RHEL-7740", "url": "https://issues.redhat.com/browse/RHEL-7740" }, { "category": "external", "summary": "RHEL-7744", "url": "https://issues.redhat.com/browse/RHEL-7744" }, { "category": "external", "summary": "RHEL-7746", "url": "https://issues.redhat.com/browse/RHEL-7746" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2113.json" } ], "title": "Red Hat Security Advisory: pcs security update", "tracking": { "current_release_date": "2024-11-11T20:14:00+00:00", "generator": { "date": "2024-11-11T20:14:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2113", "initial_release_date": "2024-04-30T10:32:37+00:00", "revision_history": [ { "date": "2024-04-30T10:32:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-30T10:32:37+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-11T20:14:00+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. 9)", "product": { "name": "Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ResilientStorage (v. 9)", "product": { "name": "Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.GA", "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.7-2.el9_4.src", "product": { "name": "pcs-0:0.11.7-2.el9_4.src", "product_id": "pcs-0:0.11.7-2.el9_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.7-2.el9_4.aarch64", "product": { "name": "pcs-0:0.11.7-2.el9_4.aarch64", "product_id": "pcs-0:0.11.7-2.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.7-2.el9_4.aarch64", "product": { "name": "pcs-snmp-0:0.11.7-2.el9_4.aarch64", "product_id": "pcs-snmp-0:0.11.7-2.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.7-2.el9_4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.7-2.el9_4.ppc64le", "product": { "name": "pcs-0:0.11.7-2.el9_4.ppc64le", "product_id": "pcs-0:0.11.7-2.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "product": { "name": "pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "product_id": "pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.7-2.el9_4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.7-2.el9_4.x86_64", "product": { "name": "pcs-0:0.11.7-2.el9_4.x86_64", "product_id": "pcs-0:0.11.7-2.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.7-2.el9_4.x86_64", "product": { "name": "pcs-snmp-0:0.11.7-2.el9_4.x86_64", "product_id": "pcs-snmp-0:0.11.7-2.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.7-2.el9_4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pcs-0:0.11.7-2.el9_4.s390x", "product": { "name": "pcs-0:0.11.7-2.el9_4.s390x", "product_id": "pcs-0:0.11.7-2.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs@0.11.7-2.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "pcs-snmp-0:0.11.7-2.el9_4.s390x", "product": { "name": "pcs-snmp-0:0.11.7-2.el9_4.s390x", "product_id": "pcs-snmp-0:0.11.7-2.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pcs-snmp@0.11.7-2.el9_4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64" }, "product_reference": "pcs-0:0.11.7-2.el9_4.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le" }, "product_reference": "pcs-0:0.11.7-2.el9_4.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x" }, "product_reference": "pcs-0:0.11.7-2.el9_4.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.src as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src" }, "product_reference": "pcs-0:0.11.7-2.el9_4.src", "relates_to_product_reference": "HighAvailability-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64" }, "product_reference": "pcs-0:0.11.7-2.el9_4.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64" }, "product_reference": "pcs-0:0.11.7-2.el9_4.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le" }, "product_reference": "pcs-0:0.11.7-2.el9_4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x" }, "product_reference": "pcs-0:0.11.7-2.el9_4.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.src as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src" }, "product_reference": "pcs-0:0.11.7-2.el9_4.src", "relates_to_product_reference": "ResilientStorage-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-0:0.11.7-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64" }, "product_reference": "pcs-0:0.11.7-2.el9_4.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "pcs-snmp-0:0.11.7-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64" }, "product_reference": "pcs-snmp-0:0.11.7-2.el9_4.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-25126", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265593" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Content-Type. Carefully crafted content type headers can cause Rack\u2019s media type parser to take much longer than expected, leading to a possible denial of service vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-25126" }, { "category": "external", "summary": "RHBZ#2265593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265593" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-25126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-25126" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25126" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941", "url": "https://discuss.rubyonrails.org/t/denial-of-service-vulnerability-in-rack-content-type-parsing/84941" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T10:32:37+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2113" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.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.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Denial of Service Vulnerability in Rack Content-Type Parsing" }, { "cve": "CVE-2024-26141", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265594" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Range Header. Carefully crafted range headers can cause a server to respond with an unexpectedly large response. Responding with large responses could lead to a denial of service issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this vulnerability as a Moderate impact as this requires a specifically crafted response.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26141" }, { "category": "external", "summary": "RHBZ#2265594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265594" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26141", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26141" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26141" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944", "url": "https://discuss.rubyonrails.org/t/possible-dos-vulnerability-with-range-header-in-rack/84944" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T10:32:37+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2113" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.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.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible DoS Vulnerability with Range Header in Rack" }, { "cve": "CVE-2024-26146", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265595" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in rubygem-rack in how it parses Rack Header. 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.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26146" }, { "category": "external", "summary": "RHBZ#2265595", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265595" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26146", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26146" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146" }, { "category": "external", "summary": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942", "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" } ], "release_date": "2024-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T10:32:37+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2113" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. The recommendation is to perform updates as soon as they are available.", "product_ids": [ "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.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.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "HighAvailability-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "HighAvailability-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.src", "ResilientStorage-9.4.0.GA:pcs-0:0.11.7-2.el9_4.x86_64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.aarch64", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.ppc64le", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.s390x", "ResilientStorage-9.4.0.GA:pcs-snmp-0:0.11.7-2.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rack: Possible Denial of Service Vulnerability in Rack Header Parsing" } ] }
wid-sec-w-2024-0911
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux (pcs) ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-0911 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0911.json" }, { "category": "self", "summary": "WID-SEC-2024-0911 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0911" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2024-04-16", "url": "https://access.redhat.com/errata/RHSA-2024:1841" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2024-04-16", "url": "https://access.redhat.com/errata/RHSA-2024:1846" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2007 vom 2024-04-23", "url": "https://access.redhat.com/errata/RHSA-2024:2007" }, { "category": "external", "summary": "Debian Security Advisory DLA-3800 vom 2024-04-29", "url": "https://lists.debian.org/debian-lts-announce/2024/04/msg00022.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2584 vom 2024-04-30", "url": "https://access.redhat.com/errata/RHSA-2024:2584" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2581 vom 2024-04-30", "url": "https://access.redhat.com/errata/RHSA-2024:2581" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2953 vom 2024-05-22", "url": "https://access.redhat.com/errata/RHSA-2024:2953" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3431 vom 2024-05-28", "url": "https://access.redhat.com/errata/RHSA-2024:3431" } ], "source_lang": "en-US", "title": "Red Hat Enterprise Linux (pcs): Mehrere Schwachstellen erm\u00f6glichen Denial of Service", "tracking": { "current_release_date": "2024-05-28T22:00:00.000+00:00", "generator": { "date": "2024-05-29T08:06:29.574+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-0911", "initial_release_date": "2024-04-16T22:00:00.000+00:00", "revision_history": [ { "date": "2024-04-16T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-04-23T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-04-29T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-05-01T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-21T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-28T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "6" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "T034267", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "product_name", "name": "Enterprise Linux" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-25126", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Red Hat Enterprise Linux. Diese Fehler bestehen in der Komponente pcs aufgrund einer unsachgem\u00e4\u00dfen Eingabevalidierung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "2951", "67646", "T034267" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-25126" }, { "cve": "CVE-2024-26141", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Red Hat Enterprise Linux. Diese Fehler bestehen in der Komponente pcs aufgrund einer unsachgem\u00e4\u00dfen Eingabevalidierung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "2951", "67646", "T034267" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-26141" }, { "cve": "CVE-2024-26146", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Red Hat Enterprise Linux. Diese Fehler bestehen in der Komponente pcs aufgrund einer unsachgem\u00e4\u00dfen Eingabevalidierung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "2951", "67646", "T034267" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-26146" } ] }
gsd-2024-26146
Vulnerability from gsd
{ "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2024-26146" ], "details": "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.\n", "id": "GSD-2024-26146", "modified": "2024-02-15T06:02:25.144475Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2024-26146", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "rack", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003e= 3.0.0, \u003c 3.0.9.1" }, { "version_affected": "=", "version_value": "\u003e= 2.2.0, \u003c 2.2.8.1" }, { "version_affected": "=", "version_value": "\u003e= 2.1.0, \u003c 2.1.4.4" }, { "version_affected": "=", "version_value": "\u003c 2.0.9.4" } ] } } ] }, "vendor_name": "rack" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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.\n" } ] }, "impact": { "cvss": [ { "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" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-1333", "lang": "eng", "value": "CWE-1333: Inefficient Regular Expression Complexity" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/rack/rack/security/advisories/GHSA-54rr-7fvw-6x8f", "refsource": "MISC", "url": "https://github.com/rack/rack/security/advisories/GHSA-54rr-7fvw-6x8f" }, { "name": "https://github.com/rack/rack/commit/30b8e39a578b25d4bdcc082c1c52c6f164b59716", "refsource": "MISC", "url": "https://github.com/rack/rack/commit/30b8e39a578b25d4bdcc082c1c52c6f164b59716" }, { "name": "https://github.com/rack/rack/commit/6c5d90bdcec0949f7ba06db62fb740dab394b582", "refsource": "MISC", "url": "https://github.com/rack/rack/commit/6c5d90bdcec0949f7ba06db62fb740dab394b582" }, { "name": "https://github.com/rack/rack/commit/a227cd793778c7c3a827d32808058571569cda6f", "refsource": "MISC", "url": "https://github.com/rack/rack/commit/a227cd793778c7c3a827d32808058571569cda6f" }, { "name": "https://github.com/rack/rack/commit/e4c117749ba24a66f8ec5a08eddf68deeb425ccd", "refsource": "MISC", "url": "https://github.com/rack/rack/commit/e4c117749ba24a66f8ec5a08eddf68deeb425ccd" }, { "name": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942", "refsource": "MISC", "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" }, { "name": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2024-26146.yml", "refsource": "MISC", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2024-26146.yml" } ] }, "source": { "advisory": "GHSA-54rr-7fvw-6x8f", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "cve": { "descriptions": [ { "lang": "en", "value": "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.\n" } ], "id": "CVE-2024-26146", "lastModified": "2024-02-29T13:49:47.277", "metrics": { "cvssMetricV31": [ { "cvssData": { "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" }, "exploitabilityScore": 3.9, "impactScore": 1.4, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2024-02-29T00:15:51.597", "references": [ { "source": "security-advisories@github.com", "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" }, { "source": "security-advisories@github.com", "url": "https://github.com/rack/rack/commit/30b8e39a578b25d4bdcc082c1c52c6f164b59716" }, { "source": "security-advisories@github.com", "url": "https://github.com/rack/rack/commit/6c5d90bdcec0949f7ba06db62fb740dab394b582" }, { "source": "security-advisories@github.com", "url": "https://github.com/rack/rack/commit/a227cd793778c7c3a827d32808058571569cda6f" }, { "source": "security-advisories@github.com", "url": "https://github.com/rack/rack/commit/e4c117749ba24a66f8ec5a08eddf68deeb425ccd" }, { "source": "security-advisories@github.com", "url": "https://github.com/rack/rack/security/advisories/GHSA-54rr-7fvw-6x8f" }, { "source": "security-advisories@github.com", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2024-26146.yml" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-1333" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] } } } }
ghsa-54rr-7fvw-6x8f
Vulnerability from github
Possible Denial of Service Vulnerability in Rack Header Parsing
There is a possible denial of service vulnerability in the header parsing routines in Rack. This vulnerability has been assigned the CVE identifier CVE-2024-26146.
Versions Affected: All. Not affected: None Fixed Versions: 2.0.9.4, 2.1.4.4, 2.2.8.1, 3.0.9.1
Impact
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.
Releases
The fixed releases are available at the normal locations.
Workarounds
There are no feasible workarounds for this issue.
Patches
To aid users who aren't able to upgrade immediately we have provided patches for the two supported release series. They are in git-am format and consist of a single changeset.
- 2-0-header-redos.patch - Patch for 2.0 series
- 2-1-header-redos.patch - Patch for 2.1 series
- 2-2-header-redos.patch - Patch for 2.2 series
- 3-0-header-redos.patch - Patch for 3.0 series
Credits
Thanks to svalkanov for reporting this and providing patches!
{ "affected": [ { "package": { "ecosystem": "RubyGems", "name": "rack" }, "ranges": [ { "events": [ { "introduced": "3.0.0" }, { "fixed": "3.0.9.1" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "RubyGems", "name": "rack" }, "ranges": [ { "events": [ { "introduced": "2.2.0" }, { "fixed": "2.2.8.1" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "RubyGems", "name": "rack" }, "ranges": [ { "events": [ { "introduced": "2.1.0" }, { "fixed": "2.1.4.4" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "RubyGems", "name": "rack" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.0.9.4" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-26146" ], "database_specific": { "cwe_ids": [ "CWE-1333" ], "github_reviewed": true, "github_reviewed_at": "2024-02-28T22:57:03Z", "nvd_published_at": "2024-02-29T00:15:51Z", "severity": "LOW" }, "details": "# Possible Denial of Service Vulnerability in Rack Header Parsing\n\nThere is a possible denial of service vulnerability in the header parsing\nroutines in Rack. This vulnerability has been assigned the CVE identifier\nCVE-2024-26146.\n\nVersions Affected: All.\nNot affected: None\nFixed Versions: 2.0.9.4, 2.1.4.4, 2.2.8.1, 3.0.9.1\n\nImpact\n------\nCarefully crafted headers can cause header parsing in Rack to take longer than\nexpected resulting in a possible denial of service issue. Accept and Forwarded\nheaders are impacted.\n\nRuby 3.2 has mitigations for this problem, so Rack applications using Ruby 3.2\nor newer are unaffected.\n\nReleases\n--------\nThe fixed releases are available at the normal locations.\n\nWorkarounds\n-----------\nThere are no feasible workarounds for this issue.\n\nPatches\n-------\nTo aid users who aren\u0027t able to upgrade immediately we have provided patches for\nthe two supported release series. They are in git-am format and consist of a\nsingle changeset.\n\n* 2-0-header-redos.patch - Patch for 2.0 series\n* 2-1-header-redos.patch - Patch for 2.1 series\n* 2-2-header-redos.patch - Patch for 2.2 series\n* 3-0-header-redos.patch - Patch for 3.0 series\n\nCredits\n-------\n\nThanks to [svalkanov](https://hackerone.com/svalkanov) for reporting this and\nproviding patches!", "id": "GHSA-54rr-7fvw-6x8f", "modified": "2024-02-29T02:30:57Z", "published": "2024-02-28T22:57:03Z", "references": [ { "type": "WEB", "url": "https://github.com/rack/rack/security/advisories/GHSA-54rr-7fvw-6x8f" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26146" }, { "type": "WEB", "url": "https://github.com/rack/rack/commit/30b8e39a578b25d4bdcc082c1c52c6f164b59716" }, { "type": "WEB", "url": "https://github.com/rack/rack/commit/6c5d90bdcec0949f7ba06db62fb740dab394b582" }, { "type": "WEB", "url": "https://github.com/rack/rack/commit/a227cd793778c7c3a827d32808058571569cda6f" }, { "type": "WEB", "url": "https://github.com/rack/rack/commit/e4c117749ba24a66f8ec5a08eddf68deeb425ccd" }, { "type": "WEB", "url": "https://discuss.rubyonrails.org/t/possible-denial-of-service-vulnerability-in-rack-header-parsing/84942" }, { "type": "PACKAGE", "url": "https://github.com/rack/rack" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2024-26146.yml" } ], "schema_version": "1.4.0", "severity": [], "summary": "Rack Header Parsing leads to Possible Denial of Service Vulnerability" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.