Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2023-1428
Vulnerability from cvelistv5
Published
2023-06-09 10:46
Modified
2024-09-26 18:58
Severity ?
EPSS score ?
Summary
There exists an vulnerability causing an abort() to be called in gRPC.
The following headers cause gRPC's C++ implementation to abort() when called via http2:
te: x (x != trailers)
:scheme: x (x != http, https)
grpclb_client_stats: x (x == anything)
On top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit 2485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T05:49:11.535Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8" } ], "title": "CVE Program Container" }, { "affected": [ { "cpes": [ "cpe:2.3:a:grpc:grpc:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "grpc", "vendor": "grpc", "versions": [ { "lessThan": "1.53.0", "status": "affected", "version": "1.51.0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2023-1428", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-09-26T18:57:29.444880Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-09-26T18:58:56.654Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "gRPC", "repo": "https://github.com/grpc/grpc", "vendor": "Google", "versions": [ { "lessThan": "1.53", "status": "affected", "version": "1.51", "versionType": "custom" } ] } ], "datePublic": "2023-02-28T23:00:00.000Z", "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "There exists an vulnerability causing an abort() to be called in gRPC.\u0026nbsp;\u003cbr\u003e\u003cp\u003eThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\u003c/p\u003e\u003cp\u003e\u003ccode\u003ete: x (x != trailers)\u003c/code\u003e\u003c/p\u003e\u003cp\u003e\u003ccode\u003e:scheme: x (x != http, https)\u003c/code\u003e\u003c/p\u003e\u003cp\u003e\u003ccode\u003egrpclb_client_stats: x (x == anything)\u003c/code\u003e\u003c/p\u003eOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\u0026nbsp;2485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.\u003cbr\u003e\u003cbr\u003e" } ], "value": "There exists an vulnerability causing an abort() to be called in gRPC.\u00a0\nThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\n\nte: x (x != trailers)\n\n:scheme: x (x != http, https)\n\ngrpclb_client_stats: x (x == anything)\n\nOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\u00a02485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.\n\n" } ], "impacts": [ { "capecId": "CAPEC-153", "descriptions": [ { "lang": "en", "value": "CAPEC-153 Input Data Manipulation" } ] } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "format": "CVSS", "scenarios": [ { "lang": "en", "value": "GENERAL" } ] } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-617", "description": "CWE-617 Reachable Assertion", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-06-09T10:46:54.244Z", "orgId": "14ed7db2-1595-443d-9d34-6215bf890778", "shortName": "Google" }, "references": [ { "url": "https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8" } ], "solutions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "Fixes available in these releases:\u003cbr\u003e- 1.52.2: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.52.2\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.52.2\u003c/a\u003e\u003cbr\u003e- 1.53.1: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.53.1\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.53.1\u003c/a\u003e\u003cbr\u003e- 1.54.2: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.54.2\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.54.2\u003c/a\u003e\u003cbr\u003e- 1.55.0: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.55.0\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.55.0\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e" } ], "value": "Fixes available in these releases:\n- 1.52.2: https://github.com/grpc/grpc/releases/tag/v1.52.2 https://github.com/grpc/grpc/releases/tag/v1.52.2 \n- 1.53.1: https://github.com/grpc/grpc/releases/tag/v1.53.1 https://github.com/grpc/grpc/releases/tag/v1.53.1 \n- 1.54.2: https://github.com/grpc/grpc/releases/tag/v1.54.2 https://github.com/grpc/grpc/releases/tag/v1.54.2 \n- 1.55.0: https://github.com/grpc/grpc/releases/tag/v1.55.0 https://github.com/grpc/grpc/releases/tag/v1.55.0 \n\n" } ], "source": { "discovery": "INTERNAL" }, "title": "Denial-of-Service in gRPC", "x_generator": { "engine": "Vulnogram 0.1.0-dev" } } }, "cveMetadata": { "assignerOrgId": "14ed7db2-1595-443d-9d34-6215bf890778", "assignerShortName": "Google", "cveId": "CVE-2023-1428", "datePublished": "2023-06-09T10:46:54.244Z", "dateReserved": "2023-03-16T10:47:22.037Z", "dateUpdated": "2024-09-26T18:58:56.654Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-1428\",\"sourceIdentifier\":\"cve-coordination@google.com\",\"published\":\"2023-06-09T11:15:09.200\",\"lastModified\":\"2024-11-21T07:39:10.133\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"There exists an vulnerability causing an abort() to be called in gRPC.\u00a0\\nThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\\n\\nte: x (x != trailers)\\n\\n:scheme: x (x != http, https)\\n\\ngrpclb_client_stats: x (x == anything)\\n\\nOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\u00a02485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.\\n\\n\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cve-coordination@google.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cve-coordination@google.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-617\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-617\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:grpc:grpc:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.51.0\",\"versionEndExcluding\":\"1.53.0\",\"matchCriteriaId\":\"120AAF30-BEE7-4F95-A296-A233F20B54A5\"}]}]}],\"references\":[{\"url\":\"https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8\",\"source\":\"cve-coordination@google.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T05:49:11.535Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-1428\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-26T18:57:29.444880Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:grpc:grpc:*:*:*:*:*:*:*:*\"], \"vendor\": \"grpc\", \"product\": \"grpc\", \"versions\": [{\"status\": \"affected\", \"version\": \"1.51.0\", \"lessThan\": \"1.53.0\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-26T18:58:52.123Z\"}}], \"cna\": {\"title\": \"Denial-of-Service in gRPC\", \"source\": {\"discovery\": \"INTERNAL\"}, \"impacts\": [{\"capecId\": \"CAPEC-153\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"CAPEC-153 Input Data Manipulation\"}]}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/grpc/grpc\", \"vendor\": \"Google\", \"product\": \"gRPC\", \"versions\": [{\"status\": \"affected\", \"version\": \"1.51\", \"lessThan\": \"1.53\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unaffected\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Fixes available in these releases:\\n- 1.52.2: https://github.com/grpc/grpc/releases/tag/v1.52.2 https://github.com/grpc/grpc/releases/tag/v1.52.2 \\n- 1.53.1: https://github.com/grpc/grpc/releases/tag/v1.53.1 https://github.com/grpc/grpc/releases/tag/v1.53.1 \\n- 1.54.2: https://github.com/grpc/grpc/releases/tag/v1.54.2 https://github.com/grpc/grpc/releases/tag/v1.54.2 \\n- 1.55.0: https://github.com/grpc/grpc/releases/tag/v1.55.0 https://github.com/grpc/grpc/releases/tag/v1.55.0 \\n\\n\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Fixes available in these releases:\u003cbr\u003e- 1.52.2: \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://github.com/grpc/grpc/releases/tag/v1.52.2\\\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.52.2\u003c/a\u003e\u003cbr\u003e- 1.53.1: \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://github.com/grpc/grpc/releases/tag/v1.53.1\\\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.53.1\u003c/a\u003e\u003cbr\u003e- 1.54.2: \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://github.com/grpc/grpc/releases/tag/v1.54.2\\\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.54.2\u003c/a\u003e\u003cbr\u003e- 1.55.0: \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://github.com/grpc/grpc/releases/tag/v1.55.0\\\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.55.0\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e\", \"base64\": false}]}], \"datePublic\": \"2023-02-28T23:00:00.000Z\", \"references\": [{\"url\": \"https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"There exists an vulnerability causing an abort() to be called in gRPC.\\u00a0\\nThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\\n\\nte: x (x != trailers)\\n\\n:scheme: x (x != http, https)\\n\\ngrpclb_client_stats: x (x == anything)\\n\\nOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\\u00a02485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.\\n\\n\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"There exists an vulnerability causing an abort() to be called in gRPC.\u0026nbsp;\u003cbr\u003e\u003cp\u003eThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\u003c/p\u003e\u003cp\u003e\u003ccode\u003ete: x (x != trailers)\u003c/code\u003e\u003c/p\u003e\u003cp\u003e\u003ccode\u003e:scheme: x (x != http, https)\u003c/code\u003e\u003c/p\u003e\u003cp\u003e\u003ccode\u003egrpclb_client_stats: x (x == anything)\u003c/code\u003e\u003c/p\u003eOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\u0026nbsp;2485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.\u003cbr\u003e\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-617\", \"description\": \"CWE-617 Reachable Assertion\"}]}], \"providerMetadata\": {\"orgId\": \"14ed7db2-1595-443d-9d34-6215bf890778\", \"shortName\": \"Google\", \"dateUpdated\": \"2023-06-09T10:46:54.244Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2023-1428\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-09-26T18:58:56.654Z\", \"dateReserved\": \"2023-03-16T10:47:22.037Z\", \"assignerOrgId\": \"14ed7db2-1595-443d-9d34-6215bf890778\", \"datePublished\": \"2023-06-09T10:46:54.244Z\", \"assignerShortName\": \"Google\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
RHSA-2024:10761
Vulnerability from csaf_redhat
Published
2024-12-03 16:21
Modified
2025-02-10 04:36
Summary
Red Hat Security Advisory: rhc-worker-playbook security update
Notes
Topic
An update for rhc-worker-playbook is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Python-based worker for Red Hat connect, used to launch Ansible playbooks via Ansible Runner.
Security Fix(es):
* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)
* gRPC: sensitive information disclosure (CVE-2023-32731)
* gRPC: Reachable Assertion (CVE-2023-1428)
* gRPC: hpack table accounting errors can lead to denial of service (CVE-2023-33953)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rhc-worker-playbook is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python-based worker for Red Hat connect, used to launch Ansible playbooks via Ansible Runner.\n\nSecurity Fix(es):\n\n* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)\n\n* gRPC: sensitive information disclosure (CVE-2023-32731)\n\n* gRPC: Reachable Assertion (CVE-2023-1428)\n\n* gRPC: hpack table accounting errors can lead to denial of service (CVE-2023-33953)\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:10761", "url": "https://access.redhat.com/errata/RHSA-2024:10761" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2165864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864" }, { "category": "external", "summary": "2214463", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214463" }, { "category": "external", "summary": "2214473", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214473" }, { "category": "external", "summary": "2230890", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230890" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10761.json" } ], "title": "Red Hat Security Advisory: rhc-worker-playbook security update", "tracking": { "current_release_date": "2025-02-10T04:36:22+00:00", "generator": { "date": "2025-02-10T04:36:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.0" } }, "id": "RHSA-2024:10761", "initial_release_date": "2024-12-03T16:21:41+00:00", "revision_history": [ { "date": "2024-12-03T16:21:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-03T16:21:41+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-10T04:36:22+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.src", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.src", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "product": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "product": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64", "product": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64", "product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "product": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64" }, "product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le" }, "product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x" }, "product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" }, "product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-40898", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-12-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2165864" } ], "notes": [ { "category": "description", "text": "An issue discovered in Python Packaging Authority (PyPA) Wheel 0.37.1 and earlier allows remote attackers to cause a denial of service via attacker controlled input to wheel cli.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli", "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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-40898" }, { "category": "external", "summary": "RHBZ#2165864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-40898", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40898" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6", "url": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6" } ], "release_date": "2022-12-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-03T16:21:41+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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10761" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli" }, { "cve": "CVE-2023-1428", "cwe": { "id": "CWE-617", "name": "Reachable Assertion" }, "discovery_date": "2023-06-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2214473" } ], "notes": [ { "category": "description", "text": "A flaw was found in the gRPC library. Affected versions of this package are vulnerable to a reachable assertion, causing the abort function to be called and resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "gRPC: Reachable Assertion", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is specific to the C++, Python and Ruby implementations of gRPC prior to the 1.53 release.\nThe gRPC library was packaged with Openshift via the Kuryr component. However, Kuryr was never configured to run code using the gRPC library and has since been removed.", "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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-1428" }, { "category": "external", "summary": "RHBZ#2214473", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214473" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-1428", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1428" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1428", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1428" } ], "release_date": "2023-06-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-03T16:21:41+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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10761" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gRPC: Reachable Assertion" }, { "cve": "CVE-2023-32731", "cwe": { "id": "CWE-440", "name": "Expected Behavior Violation" }, "discovery_date": "2023-06-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2214463" } ], "notes": [ { "category": "description", "text": "A flaw was found in gRPC. This flaw allows a remote attacker to obtain sensitive information, caused by a flaw when the gRPC HTTP2 stack raised a header size exceeded error. By sending a specially crafted request, an attacker can obtain sensitive information, and use this information to launch further attacks against the affected system.", "title": "Vulnerability description" }, { "category": "summary", "text": "gRPC: sensitive information disclosure", "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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32731" }, { "category": "external", "summary": "RHBZ#2214463", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214463" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32731", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32731" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32731", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32731" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-cfgp-2977-2fmm", "url": "https://github.com/advisories/GHSA-cfgp-2977-2fmm" } ], "release_date": "2023-06-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-03T16:21:41+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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10761" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gRPC: sensitive information disclosure" }, { "cve": "CVE-2023-33953", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "discovery_date": "2023-08-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2230890" } ], "notes": [ { "category": "description", "text": "A flaw was found in the gRPC lib. This vulnerability allows hpack table accounting errors that could lead to unwanted disconnects between clients and servers in exceptional cases. This issue leads to Unbounded memory buffering in the HPACK parser and Unbounded CPU consumption in the HPACK parser.", "title": "Vulnerability description" }, { "category": "summary", "text": "gRPC: hpack table accounting errors can lead to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is specific to C++ implementations of gRPC prior to the 1.57 release. The gRPC library was packaged with Openshift via the Kuryr component. However, Kuryr was never configured to run code using the gRPC library and has since been removed.", "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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-33953" }, { "category": "external", "summary": "RHBZ#2230890", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230890" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-33953", "url": "https://www.cve.org/CVERecord?id=CVE-2023-33953" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-33953", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-33953" }, { "category": "external", "summary": "https://cloud.google.com/support/bulletins#gcp-2023-022", "url": "https://cloud.google.com/support/bulletins#gcp-2023-022" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-496j-2rq6-j6cc", "url": "https://github.com/advisories/GHSA-496j-2rq6-j6cc" } ], "release_date": "2023-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-03T16:21:41+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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10761" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "gRPC: hpack table accounting errors can lead to denial of service" } ] }
rhsa-2024_10761
Vulnerability from csaf_redhat
Published
2024-12-03 16:21
Modified
2024-12-23 20:10
Summary
Red Hat Security Advisory: rhc-worker-playbook security update
Notes
Topic
An update for rhc-worker-playbook is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Python-based worker for Red Hat connect, used to launch Ansible playbooks via Ansible Runner.
Security Fix(es):
* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)
* gRPC: sensitive information disclosure (CVE-2023-32731)
* gRPC: Reachable Assertion (CVE-2023-1428)
* gRPC: hpack table accounting errors can lead to denial of service (CVE-2023-33953)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rhc-worker-playbook is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python-based worker for Red Hat connect, used to launch Ansible playbooks via Ansible Runner.\n\nSecurity Fix(es):\n\n* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)\n\n* gRPC: sensitive information disclosure (CVE-2023-32731)\n\n* gRPC: Reachable Assertion (CVE-2023-1428)\n\n* gRPC: hpack table accounting errors can lead to denial of service (CVE-2023-33953)\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:10761", "url": "https://access.redhat.com/errata/RHSA-2024:10761" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2165864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864" }, { "category": "external", "summary": "2214463", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214463" }, { "category": "external", "summary": "2214473", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214473" }, { "category": "external", "summary": "2230890", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230890" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10761.json" } ], "title": "Red Hat Security Advisory: rhc-worker-playbook security update", "tracking": { "current_release_date": "2024-12-23T20:10:19+00:00", "generator": { "date": "2024-12-23T20:10:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.4" } }, "id": "RHSA-2024:10761", "initial_release_date": "2024-12-03T16:21:41+00:00", "revision_history": [ { "date": "2024-12-03T16:21:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-03T16:21:41+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-23T20:10:19+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 AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.src", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.src", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "product": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "product": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64", "product": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64", "product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "product": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64" }, "product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le" }, "product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x" }, "product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" }, "product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-40898", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-12-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2165864" } ], "notes": [ { "category": "description", "text": "An issue discovered in Python Packaging Authority (PyPA) Wheel 0.37.1 and earlier allows remote attackers to cause a denial of service via attacker controlled input to wheel cli.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli", "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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-40898" }, { "category": "external", "summary": "RHBZ#2165864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-40898", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40898" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6", "url": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6" } ], "release_date": "2022-12-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-03T16:21:41+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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10761" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli" }, { "cve": "CVE-2023-1428", "cwe": { "id": "CWE-617", "name": "Reachable Assertion" }, "discovery_date": "2023-06-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2214473" } ], "notes": [ { "category": "description", "text": "A flaw was found in the gRPC library. Affected versions of this package are vulnerable to a reachable assertion, causing the abort function to be called and resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "gRPC: Reachable Assertion", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is specific to the C++, Python and Ruby implementations of gRPC prior to the 1.53 release.\nThe gRPC library was packaged with Openshift via the Kuryr component. However, Kuryr was never configured to run code using the gRPC library and has since been removed.", "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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-1428" }, { "category": "external", "summary": "RHBZ#2214473", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214473" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-1428", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1428" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1428", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1428" } ], "release_date": "2023-06-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-03T16:21:41+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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10761" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gRPC: Reachable Assertion" }, { "cve": "CVE-2023-32731", "cwe": { "id": "CWE-440", "name": "Expected Behavior Violation" }, "discovery_date": "2023-06-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2214463" } ], "notes": [ { "category": "description", "text": "A flaw was found in gRPC. This flaw allows a remote attacker to obtain sensitive information, caused by a flaw when the gRPC HTTP2 stack raised a header size exceeded error. By sending a specially crafted request, an attacker can obtain sensitive information, and use this information to launch further attacks against the affected system.", "title": "Vulnerability description" }, { "category": "summary", "text": "gRPC: sensitive information disclosure", "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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32731" }, { "category": "external", "summary": "RHBZ#2214463", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214463" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32731", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32731" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32731", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32731" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-cfgp-2977-2fmm", "url": "https://github.com/advisories/GHSA-cfgp-2977-2fmm" } ], "release_date": "2023-06-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-03T16:21:41+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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10761" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gRPC: sensitive information disclosure" }, { "cve": "CVE-2023-33953", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "discovery_date": "2023-08-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2230890" } ], "notes": [ { "category": "description", "text": "A flaw was found in the gRPC lib. This vulnerability allows hpack table accounting errors that could lead to unwanted disconnects between clients and servers in exceptional cases. This issue leads to Unbounded memory buffering in the HPACK parser and Unbounded CPU consumption in the HPACK parser.", "title": "Vulnerability description" }, { "category": "summary", "text": "gRPC: hpack table accounting errors can lead to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is specific to C++ implementations of gRPC prior to the 1.57 release. The gRPC library was packaged with Openshift via the Kuryr component. However, Kuryr was never configured to run code using the gRPC library and has since been removed.", "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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-33953" }, { "category": "external", "summary": "RHBZ#2230890", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230890" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-33953", "url": "https://www.cve.org/CVERecord?id=CVE-2023-33953" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-33953", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-33953" }, { "category": "external", "summary": "https://cloud.google.com/support/bulletins#gcp-2023-022", "url": "https://cloud.google.com/support/bulletins#gcp-2023-022" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-496j-2rq6-j6cc", "url": "https://github.com/advisories/GHSA-496j-2rq6-j6cc" } ], "release_date": "2023-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-03T16:21:41+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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10761" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "gRPC: hpack table accounting errors can lead to denial of service" } ] }
rhsa-2024:10761
Vulnerability from csaf_redhat
Published
2024-12-03 16:21
Modified
2025-02-10 04:36
Summary
Red Hat Security Advisory: rhc-worker-playbook security update
Notes
Topic
An update for rhc-worker-playbook is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Python-based worker for Red Hat connect, used to launch Ansible playbooks via Ansible Runner.
Security Fix(es):
* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)
* gRPC: sensitive information disclosure (CVE-2023-32731)
* gRPC: Reachable Assertion (CVE-2023-1428)
* gRPC: hpack table accounting errors can lead to denial of service (CVE-2023-33953)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rhc-worker-playbook is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python-based worker for Red Hat connect, used to launch Ansible playbooks via Ansible Runner.\n\nSecurity Fix(es):\n\n* python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli (CVE-2022-40898)\n\n* gRPC: sensitive information disclosure (CVE-2023-32731)\n\n* gRPC: Reachable Assertion (CVE-2023-1428)\n\n* gRPC: hpack table accounting errors can lead to denial of service (CVE-2023-33953)\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:10761", "url": "https://access.redhat.com/errata/RHSA-2024:10761" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2165864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864" }, { "category": "external", "summary": "2214463", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214463" }, { "category": "external", "summary": "2214473", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214473" }, { "category": "external", "summary": "2230890", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230890" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10761.json" } ], "title": "Red Hat Security Advisory: rhc-worker-playbook security update", "tracking": { "current_release_date": "2025-02-10T04:36:22+00:00", "generator": { "date": "2025-02-10T04:36:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.0" } }, "id": "RHSA-2024:10761", "initial_release_date": "2024-12-03T16:21:41+00:00", "revision_history": [ { "date": "2024-12-03T16:21:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-03T16:21:41+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-10T04:36:22+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.src", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.src", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "product": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "product": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64", "product": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64", "product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "product": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "product_id": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook@0.1.10-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "product": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "product_id": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhc-worker-playbook-debuginfo@0.1.10-1.el9_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64" }, "product_reference": "rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64" }, "product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le" }, "product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x" }, "product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" }, "product_reference": "rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-40898", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-12-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2165864" } ], "notes": [ { "category": "description", "text": "An issue discovered in Python Packaging Authority (PyPA) Wheel 0.37.1 and earlier allows remote attackers to cause a denial of service via attacker controlled input to wheel cli.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli", "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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-40898" }, { "category": "external", "summary": "RHBZ#2165864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165864" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-40898", "url": "https://www.cve.org/CVERecord?id=CVE-2022-40898" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40898" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6", "url": "https://github.com/advisories/GHSA-qwmp-2cf2-g9g6" } ], "release_date": "2022-12-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-03T16:21:41+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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10761" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-wheel: remote attackers can cause denial of service via attacker controlled input to wheel cli" }, { "cve": "CVE-2023-1428", "cwe": { "id": "CWE-617", "name": "Reachable Assertion" }, "discovery_date": "2023-06-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2214473" } ], "notes": [ { "category": "description", "text": "A flaw was found in the gRPC library. Affected versions of this package are vulnerable to a reachable assertion, causing the abort function to be called and resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "gRPC: Reachable Assertion", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is specific to the C++, Python and Ruby implementations of gRPC prior to the 1.53 release.\nThe gRPC library was packaged with Openshift via the Kuryr component. However, Kuryr was never configured to run code using the gRPC library and has since been removed.", "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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-1428" }, { "category": "external", "summary": "RHBZ#2214473", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214473" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-1428", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1428" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1428", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1428" } ], "release_date": "2023-06-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-03T16:21:41+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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10761" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gRPC: Reachable Assertion" }, { "cve": "CVE-2023-32731", "cwe": { "id": "CWE-440", "name": "Expected Behavior Violation" }, "discovery_date": "2023-06-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2214463" } ], "notes": [ { "category": "description", "text": "A flaw was found in gRPC. This flaw allows a remote attacker to obtain sensitive information, caused by a flaw when the gRPC HTTP2 stack raised a header size exceeded error. By sending a specially crafted request, an attacker can obtain sensitive information, and use this information to launch further attacks against the affected system.", "title": "Vulnerability description" }, { "category": "summary", "text": "gRPC: sensitive information disclosure", "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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32731" }, { "category": "external", "summary": "RHBZ#2214463", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214463" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32731", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32731" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32731", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32731" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-cfgp-2977-2fmm", "url": "https://github.com/advisories/GHSA-cfgp-2977-2fmm" } ], "release_date": "2023-06-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-03T16:21:41+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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10761" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gRPC: sensitive information disclosure" }, { "cve": "CVE-2023-33953", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "discovery_date": "2023-08-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2230890" } ], "notes": [ { "category": "description", "text": "A flaw was found in the gRPC lib. This vulnerability allows hpack table accounting errors that could lead to unwanted disconnects between clients and servers in exceptional cases. This issue leads to Unbounded memory buffering in the HPACK parser and Unbounded CPU consumption in the HPACK parser.", "title": "Vulnerability description" }, { "category": "summary", "text": "gRPC: hpack table accounting errors can lead to denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is specific to C++ implementations of gRPC prior to the 1.57 release. The gRPC library was packaged with Openshift via the Kuryr component. However, Kuryr was never configured to run code using the gRPC library and has since been removed.", "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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-33953" }, { "category": "external", "summary": "RHBZ#2230890", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230890" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-33953", "url": "https://www.cve.org/CVERecord?id=CVE-2023-33953" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-33953", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-33953" }, { "category": "external", "summary": "https://cloud.google.com/support/bulletins#gcp-2023-022", "url": "https://cloud.google.com/support/bulletins#gcp-2023-022" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-496j-2rq6-j6cc", "url": "https://github.com/advisories/GHSA-496j-2rq6-j6cc" } ], "release_date": "2023-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-03T16:21:41+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": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10761" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-0:0.1.10-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:rhc-worker-playbook-debuginfo-0:0.1.10-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "gRPC: hpack table accounting errors can lead to denial of service" } ] }
ghsa-6628-q6j9-w8vg
Vulnerability from github
Published
2023-07-06 21:15
Modified
2023-07-14 05:11
Severity ?
Summary
gRPC Reachable Assertion issue
Details
There exists an vulnerability causing an abort() to be called in gRPC. The following headers cause gRPC's C++ implementation to abort() when called via http2:
te: x (x != trailers)
:scheme: x (x != http, https)
grpclb_client_stats: x (x == anything)
On top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit 2485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "io.grpc:grpc-protobuf" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.53.0" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "PyPI", "name": "grpcio" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.53.0" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "RubyGems", "name": "grpc" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.53.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-1428" ], "database_specific": { "cwe_ids": [ "CWE-617" ], "github_reviewed": true, "github_reviewed_at": "2023-07-06T23:56:28Z", "nvd_published_at": "2023-06-09T11:15:09Z", "severity": "HIGH" }, "details": "There exists an vulnerability causing an abort() to be called in gRPC.\u00a0\nThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\n\nte: x (x != trailers)\n\n:scheme: x (x != http, https)\n\ngrpclb_client_stats: x (x == anything)\n\nOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\u00a02485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.", "id": "GHSA-6628-q6j9-w8vg", "modified": "2023-07-14T05:11:55Z", "published": "2023-07-06T21:15:08Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1428" }, { "type": "WEB", "url": "https://github.com/grpc/grpc/issues/33463" }, { "type": "WEB", "url": "https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-1428.yml" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "gRPC Reachable Assertion issue" }
gsd-2023-1428
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
There exists an vulnerability causing an abort() to be called in gRPC.
The following headers cause gRPC's C++ implementation to abort() when called via http2:
te: x (x != trailers)
:scheme: x (x != http, https)
grpclb_client_stats: x (x == anything)
On top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit 2485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-1428", "id": "GSD-2023-1428" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-1428" ], "details": "There exists an vulnerability causing an abort() to be called in gRPC.\u00a0\nThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\n\nte: x (x != trailers)\n\n:scheme: x (x != http, https)\n\ngrpclb_client_stats: x (x == anything)\n\nOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\u00a02485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.\n\n", "id": "GSD-2023-1428", "modified": "2023-12-13T01:20:42.130728Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@google.com", "ID": "CVE-2023-1428", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "gRPC", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "1.51", "version_value": "1.53" } ] } } ] }, "vendor_name": "Google" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "There exists an vulnerability causing an abort() to be called in gRPC.\u00a0\nThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\n\nte: x (x != trailers)\n\n:scheme: x (x != http, https)\n\ngrpclb_client_stats: x (x == anything)\n\nOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\u00a02485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.\n\n" } ] }, "generator": { "engine": "Vulnogram 0.1.0-dev" }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-617", "lang": "eng", "value": "CWE-617 Reachable Assertion" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8", "refsource": "MISC", "url": "https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8" } ] }, "solution": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "Fixes available in these releases:\u003cbr\u003e- 1.52.2: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.52.2\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.52.2\u003c/a\u003e\u003cbr\u003e- 1.53.1: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.53.1\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.53.1\u003c/a\u003e\u003cbr\u003e- 1.54.2: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.54.2\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.54.2\u003c/a\u003e\u003cbr\u003e- 1.55.0: \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/grpc/grpc/releases/tag/v1.55.0\"\u003ehttps://github.com/grpc/grpc/releases/tag/v1.55.0\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e" } ], "value": "Fixes available in these releases:\n- 1.52.2: https://github.com/grpc/grpc/releases/tag/v1.52.2 https://github.com/grpc/grpc/releases/tag/v1.52.2 \n- 1.53.1: https://github.com/grpc/grpc/releases/tag/v1.53.1 https://github.com/grpc/grpc/releases/tag/v1.53.1 \n- 1.54.2: https://github.com/grpc/grpc/releases/tag/v1.54.2 https://github.com/grpc/grpc/releases/tag/v1.54.2 \n- 1.55.0: https://github.com/grpc/grpc/releases/tag/v1.55.0 https://github.com/grpc/grpc/releases/tag/v1.55.0 \n\n" } ], "source": { "discovery": "INTERNAL" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c1.53.0", "affected_versions": "All versions before 1.53.0", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-617", "CWE-937" ], "date": "2023-07-14", "description": "There exists an vulnerability causing an abort() to be called in gRPC.\u00a0\nThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\n\nte: x (x != trailers)\n\n:scheme: x (x != http, https)\n\ngrpclb_client_stats: x (x == anything)\n\nOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\u00a02485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.\n\n", "fixed_versions": [ "1.53.0" ], "identifier": "CVE-2023-1428", "identifiers": [ "GHSA-6628-q6j9-w8vg", "CVE-2023-1428" ], "not_impacted": "All versions starting from 1.53.0", "package_slug": "gem/grpc", "pubdate": "2023-07-06", "solution": "Upgrade to version 1.53.0 or above.", "title": "Reachable Assertion", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-1428", "https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8", "https://github.com/grpc/grpc/issues/33463", "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-1428.yml", "https://github.com/advisories/GHSA-6628-q6j9-w8vg" ], "uuid": "e360334a-9fb7-4479-9e26-8474747a83d3" }, { "affected_range": "(,1.53.0)", "affected_versions": "All versions before 1.53.0", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-617", "CWE-937" ], "date": "2023-07-14", "description": "There exists an vulnerability causing an abort() to be called in gRPC.\u00a0\nThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\n\nte: x (x != trailers)\n\n:scheme: x (x != http, https)\n\ngrpclb_client_stats: x (x == anything)\n\nOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\u00a02485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.\n\n", "fixed_versions": [ "1.53.0" ], "identifier": "CVE-2023-1428", "identifiers": [ "GHSA-6628-q6j9-w8vg", "CVE-2023-1428" ], "not_impacted": "All versions starting from 1.53.0", "package_slug": "maven/io.grpc/grpc-protobuf", "pubdate": "2023-07-06", "solution": "Upgrade to version 1.53.0 or above.", "title": "Reachable Assertion", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-1428", "https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8", "https://github.com/grpc/grpc/issues/33463", "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-1428.yml", "https://github.com/advisories/GHSA-6628-q6j9-w8vg" ], "uuid": "17effd3f-b4ab-4c73-b242-f211fdaf768a" }, { "affected_range": "\u003c1.53.0", "affected_versions": "All versions before 1.53.0", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-617", "CWE-937" ], "date": "2023-07-14", "description": "There exists an vulnerability causing an abort() to be called in gRPC.\u00a0\nThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\n\nte: x (x != trailers)\n\n:scheme: x (x != http, https)\n\ngrpclb_client_stats: x (x == anything)\n\nOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\u00a02485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.\n\n", "fixed_versions": [ "1.53.0" ], "identifier": "CVE-2023-1428", "identifiers": [ "GHSA-6628-q6j9-w8vg", "CVE-2023-1428" ], "not_impacted": "All versions starting from 1.53.0", "package_slug": "pypi/grpcio", "pubdate": "2023-07-06", "solution": "Upgrade to version 1.53.0 or above.", "title": "Reachable Assertion", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-1428", "https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8", "https://github.com/grpc/grpc/issues/33463", "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-1428.yml", "https://github.com/advisories/GHSA-6628-q6j9-w8vg" ], "uuid": "439bde2d-325c-4a44-bd6a-0ede50dd702f" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:grpc:grpc:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.53.0", "versionStartIncluding": "1.51.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@google.com", "ID": "CVE-2023-1428" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "There exists an vulnerability causing an abort() to be called in gRPC.\u00a0\nThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\n\nte: x (x != trailers)\n\n:scheme: x (x != http, https)\n\ngrpclb_client_stats: x (x == anything)\n\nOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\u00a02485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.\n\n" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-617" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8", "refsource": "MISC", "tags": [ "Patch" ], "url": "https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2023-06-15T22:17Z", "publishedDate": "2023-06-09T11:15Z" } } }
fkie_cve-2023-1428
Vulnerability from fkie_nvd
Published
2023-06-09 11:15
Modified
2024-11-21 07:39
Severity ?
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Summary
There exists an vulnerability causing an abort() to be called in gRPC.
The following headers cause gRPC's C++ implementation to abort() when called via http2:
te: x (x != trailers)
:scheme: x (x != http, https)
grpclb_client_stats: x (x == anything)
On top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit 2485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.
References
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:grpc:grpc:*:*:*:*:*:*:*:*", "matchCriteriaId": "120AAF30-BEE7-4F95-A296-A233F20B54A5", "versionEndExcluding": "1.53.0", "versionStartIncluding": "1.51.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "There exists an vulnerability causing an abort() to be called in gRPC.\u00a0\nThe following headers cause gRPC\u0027s C++ implementation to abort() when called via http2:\n\nte: x (x != trailers)\n\n:scheme: x (x != http, https)\n\ngrpclb_client_stats: x (x == anything)\n\nOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit\u00a02485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.\n\n" } ], "id": "CVE-2023-1428", "lastModified": "2024-11-21T07:39:10.133", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "cve-coordination@google.com", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2023-06-09T11:15:09.200", "references": [ { "source": "cve-coordination@google.com", "tags": [ "Patch" ], "url": "https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch" ], "url": "https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8" } ], "sourceIdentifier": "cve-coordination@google.com", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-617" } ], "source": "cve-coordination@google.com", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "CWE-617" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
Loading…
Loading…
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.