Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-29225 (GCVE-0-2022-29225)
Vulnerability from cvelistv5
Published
2022-06-09 19:15
Modified
2025-04-22 17:54
Severity ?
VLAI Severity ?
EPSS score ?
CWE
Summary
Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression.
References
► | URL | Tags | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
envoyproxy | envoy |
Version: < 1.22.1 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T06:17:54.256Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343" } ], "title": "CVE Program Container" }, { "metrics": [ { "other": { "content": { "id": "CVE-2022-29225", "options": [ { "Exploitation": "poc" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-04-22T15:40:47.984575Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-04-22T17:54:27.865Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "envoy", "vendor": "envoyproxy", "versions": [ { "status": "affected", "version": "\u003c 1.22.1" } ] } ], "descriptions": [ { "lang": "en", "value": "Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-400", "description": "CWE-400: Uncontrolled Resource Consumption", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-409", "description": "CWE-409: Improper Handling of Highly Compressed Data (Data Amplification)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-06-09T19:15:14.000Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343" } ], "source": { "advisory": "GHSA-75hv-2jjj-89hh", "discovery": "UNKNOWN" }, "title": "Zip bomb vulnerability in Envoy", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-29225", "STATE": "PUBLIC", "TITLE": "Zip bomb vulnerability in Envoy" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "envoy", "version": { "version_data": [ { "version_value": "\u003c 1.22.1" } ] } } ] }, "vendor_name": "envoyproxy" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression." } ] }, "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": [ { "lang": "eng", "value": "CWE-400: Uncontrolled Resource Consumption" } ] }, { "description": [ { "lang": "eng", "value": "CWE-409: Improper Handling of Highly Compressed Data (Data Amplification)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh", "refsource": "CONFIRM", "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh" }, { "name": "https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343", "refsource": "MISC", "url": "https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343" } ] }, "source": { "advisory": "GHSA-75hv-2jjj-89hh", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2022-29225", "datePublished": "2022-06-09T19:15:14.000Z", "dateReserved": "2022-04-13T00:00:00.000Z", "dateUpdated": "2025-04-22T17:54:27.865Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2022-29225\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-06-09T20:15:08.000\",\"lastModified\":\"2024-11-21T06:58:45.477\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression.\"},{\"lang\":\"es\",\"value\":\"Envoy es un proxy de alto rendimiento nativo de la nube. En versiones anteriores a 1.22.1, los secompresores acumulan los datos descomprimidos en un buffer intermedio antes de sobrescribir el cuerpo en el decode/encodeBody. Esto puede permitir a un atacante bombardear el descompresor mediante el env\u00edo de una peque\u00f1a carga \u00fatil altamente comprimida. Los archivos zip construidos de forma maliciosa pueden agotar la memoria del sistema y causar una denegaci\u00f3n de servicio. Es recomendado a usuarios actualizar. Los usuarios que no puedan actualizar pueden considerar deshabilitar la descompresi\u00f3n\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:N/A:P\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"},{\"lang\":\"en\",\"value\":\"CWE-409\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.22.1\",\"matchCriteriaId\":\"343FE7CD-C2BF-42EE-8384-AAD008BE690D\"}]}]}],\"references\":[{\"url\":\"https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]}]}}", "vulnrichment": { "containers": "{\"cna\": {\"affected\": [{\"product\": \"envoy\", \"vendor\": \"envoyproxy\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.22.1\"}]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression.\"}], \"metrics\": [{\"cvssV3_1\": {\"attackComplexity\": \"LOW\", \"attackVector\": \"NETWORK\", \"availabilityImpact\": \"HIGH\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"scope\": \"UNCHANGED\", \"userInteraction\": \"NONE\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"version\": \"3.1\"}}], \"problemTypes\": [{\"descriptions\": [{\"cweId\": \"CWE-400\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\", \"lang\": \"en\", \"type\": \"CWE\"}]}, {\"descriptions\": [{\"cweId\": \"CWE-409\", \"description\": \"CWE-409: Improper Handling of Highly Compressed Data (Data Amplification)\", \"lang\": \"en\", \"type\": \"CWE\"}]}], \"providerMetadata\": {\"dateUpdated\": \"2022-06-09T19:15:14.000Z\", \"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\"}, \"references\": [{\"tags\": [\"x_refsource_CONFIRM\"], \"url\": \"https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh\"}, {\"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343\"}], \"source\": {\"advisory\": \"GHSA-75hv-2jjj-89hh\", \"discovery\": \"UNKNOWN\"}, \"title\": \"Zip bomb vulnerability in Envoy\", \"x_legacyV4Record\": {\"CVE_data_meta\": {\"ASSIGNER\": \"security-advisories@github.com\", \"ID\": \"CVE-2022-29225\", \"STATE\": \"PUBLIC\", \"TITLE\": \"Zip bomb vulnerability in Envoy\"}, \"affects\": {\"vendor\": {\"vendor_data\": [{\"product\": {\"product_data\": [{\"product_name\": \"envoy\", \"version\": {\"version_data\": [{\"version_value\": \"\u003c 1.22.1\"}]}}]}, \"vendor_name\": \"envoyproxy\"}]}}, \"data_format\": \"MITRE\", \"data_type\": \"CVE\", \"data_version\": \"4.0\", \"description\": {\"description_data\": [{\"lang\": \"eng\", \"value\": \"Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression.\"}]}, \"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\": [{\"lang\": \"eng\", \"value\": \"CWE-400: Uncontrolled Resource Consumption\"}]}, {\"description\": [{\"lang\": \"eng\", \"value\": \"CWE-409: Improper Handling of Highly Compressed Data (Data Amplification)\"}]}]}, \"references\": {\"reference_data\": [{\"name\": \"https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh\", \"refsource\": \"CONFIRM\", \"url\": \"https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh\"}, {\"name\": \"https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343\", \"refsource\": \"MISC\", \"url\": \"https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343\"}]}, \"source\": {\"advisory\": \"GHSA-75hv-2jjj-89hh\", \"discovery\": \"UNKNOWN\"}}}, \"adp\": [{\"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-03T06:17:54.256Z\"}, \"title\": \"CVE Program Container\", \"references\": [{\"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"], \"url\": \"https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh\"}, {\"tags\": [\"x_refsource_MISC\", \"x_transferred\"], \"url\": \"https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343\"}]}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-29225\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-22T15:40:47.984575Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-22T15:40:50.489Z\"}}]}", "cveMetadata": "{\"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"assignerShortName\": \"GitHub_M\", \"cveId\": \"CVE-2022-29225\", \"datePublished\": \"2022-06-09T19:15:14.000Z\", \"dateReserved\": \"2022-04-13T00:00:00.000Z\", \"dateUpdated\": \"2025-04-22T17:54:27.865Z\", \"state\": \"PUBLISHED\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
rhsa-2022:5004
Vulnerability from csaf_redhat
Published
2022-06-13 12:34
Modified
2025-07-31 12:56
Summary
Red Hat Security Advisory: Red Hat OpenShift Service Mesh 2.1.3 security update
Notes
Topic
Red Hat OpenShift Service Mesh 2.1.3 has been released.
Red Hat Product Security has rated this update as having a security impact of Critical. 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
Red Hat OpenShift Service Mesh is a Red Hat distribution of the Istio service mesh project, tailored for installation into an on-premise OpenShift Container Platform installation.
This advisory covers the RPM packages for the release.
Security Fix(es):
* envoy: oauth filter allows trivial bypass (CVE-2022-29226)
* envoy: Decompressors can be zip bombed (CVE-2022-29225)
* envoy: oauth filter calls continueDecoding() from within decodeHeaders() (CVE-2022-29228)
* golang: math/big: uncontrolled memory consumption due to an unhandled overflow via Rat.SetString (CVE-2022-23772)
* golang: cmd/go: misinterpretation of branch names can lead to incorrect access control (CVE-2022-23773)
* golang: crypto/elliptic IsOnCurve returns true for invalid field elements (CVE-2022-23806)
* envoy: Segfault in GrpcHealthCheckerImpl (CVE-2022-29224)
* Istio: Unsafe memory access in metadata exchange (CVE-2022-31045)
For more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, see the CVE page 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": "Critical" }, "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": "Red Hat OpenShift Service Mesh 2.1.3 has been released.\n\nRed Hat Product Security has rated this update as having a security impact of Critical. 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": "Red Hat OpenShift Service Mesh is a Red Hat distribution of the Istio service mesh project, tailored for installation into an on-premise OpenShift Container Platform installation.\n\nThis advisory covers the RPM packages for the release.\n\nSecurity Fix(es):\n\n* envoy: oauth filter allows trivial bypass (CVE-2022-29226)\n* envoy: Decompressors can be zip bombed (CVE-2022-29225)\n* envoy: oauth filter calls continueDecoding() from within decodeHeaders() (CVE-2022-29228)\n* golang: math/big: uncontrolled memory consumption due to an unhandled overflow via Rat.SetString (CVE-2022-23772)\n* golang: cmd/go: misinterpretation of branch names can lead to incorrect access control (CVE-2022-23773)\n* golang: crypto/elliptic IsOnCurve returns true for invalid field elements (CVE-2022-23806)\n* envoy: Segfault in GrpcHealthCheckerImpl (CVE-2022-29224)\n* Istio: Unsafe memory access in metadata exchange (CVE-2022-31045)\n\nFor more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, see the CVE page 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-2022:5004", "url": "https://access.redhat.com/errata/RHSA-2022:5004" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#critical", "url": "https://access.redhat.com/security/updates/classification/#critical" }, { "category": "external", "summary": "https://docs.openshift.com/container-platform/latest/service_mesh/v2x/servicemesh-release-notes.html", "url": "https://docs.openshift.com/container-platform/latest/service_mesh/v2x/servicemesh-release-notes.html" }, { "category": "external", "summary": "2053429", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053429" }, { "category": "external", "summary": "2053532", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053532" }, { "category": "external", "summary": "2053541", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053541" }, { "category": "external", "summary": "2088737", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088737" }, { "category": "external", "summary": "2088738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088738" }, { "category": "external", "summary": "2088739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088739" }, { "category": "external", "summary": "2088740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088740" }, { "category": "external", "summary": "2088819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088819" }, { "category": "external", "summary": "OSSM-1107", "url": "https://issues.redhat.com/browse/OSSM-1107" }, { "category": "external", "summary": "OSSM-1614", "url": "https://issues.redhat.com/browse/OSSM-1614" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_5004.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenShift Service Mesh 2.1.3 security update", "tracking": { "current_release_date": "2025-07-31T12:56:54+00:00", "generator": { "date": "2025-07-31T12:56:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2022:5004", "initial_release_date": "2022-06-13T12:34:12+00:00", "revision_history": [ { "date": "2022-06-13T12:34:12+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-06-13T12:34:12+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-07-31T12:56:54+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "OpenShift Service Mesh 2.1", "product": { "name": "OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:service_mesh:2.1::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Service Mesh" }, { "branches": [ { "category": "product_version", "name": "servicemesh-prometheus-0:2.23.0-7.el8.src", "product": { "name": "servicemesh-prometheus-0:2.23.0-7.el8.src", "product_id": "servicemesh-prometheus-0:2.23.0-7.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-prometheus@2.23.0-7.el8?arch=src" } } }, { "category": "product_version", "name": "servicemesh-proxy-0:2.1.3-1.el8.src", "product": { "name": "servicemesh-proxy-0:2.1.3-1.el8.src", "product_id": "servicemesh-proxy-0:2.1.3-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy@2.1.3-1.el8?arch=src" } } }, { "category": "product_version", "name": "servicemesh-0:2.1.3-1.el8.src", "product": { "name": "servicemesh-0:2.1.3-1.el8.src", "product_id": "servicemesh-0:2.1.3-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh@2.1.3-1.el8?arch=src" } } }, { "category": "product_version", "name": "servicemesh-ratelimit-0:2.1.3-1.el8.src", "product": { "name": "servicemesh-ratelimit-0:2.1.3-1.el8.src", "product_id": "servicemesh-ratelimit-0:2.1.3-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-ratelimit@2.1.3-1.el8?arch=src" } } }, { "category": "product_version", "name": "servicemesh-operator-0:2.1.3-2.el8.src", "product": { "name": "servicemesh-operator-0:2.1.3-2.el8.src", "product_id": "servicemesh-operator-0:2.1.3-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-operator@2.1.3-2.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "product": { "name": "servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "product_id": "servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-prometheus@2.23.0-7.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-proxy-0:2.1.3-1.el8.x86_64", "product": { "name": "servicemesh-proxy-0:2.1.3-1.el8.x86_64", "product_id": "servicemesh-proxy-0:2.1.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy@2.1.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "product": { "name": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "product_id": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy-debugsource@2.1.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "product": { "name": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "product_id": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy-debuginfo@2.1.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-0:2.1.3-1.el8.x86_64", "product": { "name": "servicemesh-0:2.1.3-1.el8.x86_64", "product_id": "servicemesh-0:2.1.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh@2.1.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-cni-0:2.1.3-1.el8.x86_64", "product": { "name": "servicemesh-cni-0:2.1.3-1.el8.x86_64", "product_id": "servicemesh-cni-0:2.1.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-cni@2.1.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "product": { "name": "servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "product_id": "servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-pilot-agent@2.1.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "product": { "name": "servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "product_id": "servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-pilot-discovery@2.1.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-ratelimit-0:2.1.3-1.el8.x86_64", "product": { "name": "servicemesh-ratelimit-0:2.1.3-1.el8.x86_64", "product_id": "servicemesh-ratelimit-0:2.1.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-ratelimit@2.1.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-operator-0:2.1.3-2.el8.x86_64", "product": { "name": "servicemesh-operator-0:2.1.3-2.el8.x86_64", "product_id": "servicemesh-operator-0:2.1.3-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-operator@2.1.3-2.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "product": { "name": "servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "product_id": "servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-prometheus@2.23.0-7.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "product": { "name": "servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "product_id": "servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy@2.1.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "product": { "name": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "product_id": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy-debugsource@2.1.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "product": { "name": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "product_id": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy-debuginfo@2.1.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-0:2.1.3-1.el8.ppc64le", "product": { "name": "servicemesh-0:2.1.3-1.el8.ppc64le", "product_id": "servicemesh-0:2.1.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh@2.1.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-cni-0:2.1.3-1.el8.ppc64le", "product": { "name": "servicemesh-cni-0:2.1.3-1.el8.ppc64le", "product_id": "servicemesh-cni-0:2.1.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-cni@2.1.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "product": { "name": "servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "product_id": "servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-pilot-agent@2.1.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "product": { "name": "servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "product_id": "servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-pilot-discovery@2.1.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "product": { "name": "servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "product_id": "servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-ratelimit@2.1.3-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-operator-0:2.1.3-2.el8.ppc64le", "product": { "name": "servicemesh-operator-0:2.1.3-2.el8.ppc64le", "product_id": "servicemesh-operator-0:2.1.3-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-operator@2.1.3-2.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "servicemesh-prometheus-0:2.23.0-7.el8.s390x", "product": { "name": "servicemesh-prometheus-0:2.23.0-7.el8.s390x", "product_id": "servicemesh-prometheus-0:2.23.0-7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-prometheus@2.23.0-7.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-proxy-0:2.1.3-1.el8.s390x", "product": { "name": "servicemesh-proxy-0:2.1.3-1.el8.s390x", "product_id": "servicemesh-proxy-0:2.1.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy@2.1.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "product": { "name": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "product_id": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy-debugsource@2.1.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "product": { "name": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "product_id": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy-debuginfo@2.1.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-0:2.1.3-1.el8.s390x", "product": { "name": "servicemesh-0:2.1.3-1.el8.s390x", "product_id": "servicemesh-0:2.1.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh@2.1.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-cni-0:2.1.3-1.el8.s390x", "product": { "name": "servicemesh-cni-0:2.1.3-1.el8.s390x", "product_id": "servicemesh-cni-0:2.1.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-cni@2.1.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "product": { "name": "servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "product_id": "servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-pilot-agent@2.1.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "product": { "name": "servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "product_id": "servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-pilot-discovery@2.1.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "product": { "name": "servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "product_id": "servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-ratelimit@2.1.3-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-operator-0:2.1.3-2.el8.s390x", "product": { "name": "servicemesh-operator-0:2.1.3-2.el8.s390x", "product_id": "servicemesh-operator-0:2.1.3-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-operator@2.1.3-2.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "product": { "name": "servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "product_id": "servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy-wasm@2.1.3-1.el8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "servicemesh-0:2.1.3-1.el8.ppc64le as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le" }, "product_reference": "servicemesh-0:2.1.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-0:2.1.3-1.el8.s390x as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x" }, "product_reference": "servicemesh-0:2.1.3-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-0:2.1.3-1.el8.src as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src" }, "product_reference": "servicemesh-0:2.1.3-1.el8.src", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-0:2.1.3-1.el8.x86_64 as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64" }, "product_reference": "servicemesh-0:2.1.3-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-cni-0:2.1.3-1.el8.ppc64le as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le" }, "product_reference": "servicemesh-cni-0:2.1.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-cni-0:2.1.3-1.el8.s390x as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x" }, "product_reference": "servicemesh-cni-0:2.1.3-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-cni-0:2.1.3-1.el8.x86_64 as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64" }, "product_reference": "servicemesh-cni-0:2.1.3-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-operator-0:2.1.3-2.el8.ppc64le as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le" }, "product_reference": "servicemesh-operator-0:2.1.3-2.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-operator-0:2.1.3-2.el8.s390x as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x" }, "product_reference": "servicemesh-operator-0:2.1.3-2.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-operator-0:2.1.3-2.el8.src as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src" }, "product_reference": "servicemesh-operator-0:2.1.3-2.el8.src", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-operator-0:2.1.3-2.el8.x86_64 as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64" }, "product_reference": "servicemesh-operator-0:2.1.3-2.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le" }, "product_reference": "servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-pilot-agent-0:2.1.3-1.el8.s390x as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x" }, "product_reference": "servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64 as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64" }, "product_reference": "servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le" }, "product_reference": "servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x" }, "product_reference": "servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64 as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64" }, "product_reference": "servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-prometheus-0:2.23.0-7.el8.ppc64le as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le" }, "product_reference": "servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-prometheus-0:2.23.0-7.el8.s390x as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x" }, "product_reference": "servicemesh-prometheus-0:2.23.0-7.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-prometheus-0:2.23.0-7.el8.src as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src" }, "product_reference": "servicemesh-prometheus-0:2.23.0-7.el8.src", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-prometheus-0:2.23.0-7.el8.x86_64 as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64" }, "product_reference": "servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-0:2.1.3-1.el8.ppc64le as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le" }, "product_reference": "servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-0:2.1.3-1.el8.s390x as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x" }, "product_reference": "servicemesh-proxy-0:2.1.3-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-0:2.1.3-1.el8.src as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src" }, "product_reference": "servicemesh-proxy-0:2.1.3-1.el8.src", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-0:2.1.3-1.el8.x86_64 as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64" }, "product_reference": "servicemesh-proxy-0:2.1.3-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le" }, "product_reference": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x" }, "product_reference": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64 as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64" }, "product_reference": "servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le" }, "product_reference": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x" }, "product_reference": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64 as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64" }, "product_reference": "servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch" }, "product_reference": "servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le" }, "product_reference": "servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-ratelimit-0:2.1.3-1.el8.s390x as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x" }, "product_reference": "servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-ratelimit-0:2.1.3-1.el8.src as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src" }, "product_reference": "servicemesh-ratelimit-0:2.1.3-1.el8.src", "relates_to_product_reference": "8Base-OSSM-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-ratelimit-0:2.1.3-1.el8.x86_64 as a component of OpenShift Service Mesh 2.1", "product_id": "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" }, "product_reference": "servicemesh-ratelimit-0:2.1.3-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-23772", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2022-02-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2053532" } ], "notes": [ { "category": "description", "text": "A flaw was found in the big package of the math library in golang. The Rat.SetString could cause an overflow, and if left unhandled, it could lead to excessive memory use. This issue could allow a remote attacker to impact the availability of the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: uncontrolled memory consumption due to an unhandled overflow via Rat.SetString", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 8 and 9 are affected, because the code-base is affected by this vulnerability.\n\nRed Hat Product Security has rated this issue as having Moderate security impact, and the issue is not currently planned to be addressed in future updates for Red Hat Enterprise Linux 7, hence, marked as Out-of-Support-Scope. \n\nFor additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/ and Red Hat Enterprise Linux Life Cycle \u0026 Updates Policy: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-23772" }, { "category": "external", "summary": "RHBZ#2053532", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053532" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-23772", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23772" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23772", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23772" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ", "url": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ" } ], "release_date": "2022-01-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-06-13T12:34:12+00:00", "details": "The OpenShift Service Mesh Release Notes provide information on the features and known issues. See the link in the References section.", "product_ids": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5004" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: math/big: uncontrolled memory consumption due to an unhandled overflow via Rat.SetString" }, { "cve": "CVE-2022-23773", "cwe": { "id": "CWE-1220", "name": "Insufficient Granularity of Access Control" }, "discovery_date": "2022-02-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2053541" } ], "notes": [ { "category": "description", "text": "A flaw was found in the go package of the cmd library in golang. The go command could be tricked into accepting a branch, which resembles a version tag. This issue could allow a remote unauthenticated attacker to bypass security restrictions and introduce invalid or incorrect tags, reducing the integrity of the environment.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: cmd/go: misinterpretation of branch names can lead to incorrect access control", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-23773" }, { "category": "external", "summary": "RHBZ#2053541", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053541" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-23773", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23773" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23773", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23773" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ", "url": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ" } ], "release_date": "2022-02-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-06-13T12:34:12+00:00", "details": "The OpenShift Service Mesh Release Notes provide information on the features and known issues. See the link in the References section.", "product_ids": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5004" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: cmd/go: misinterpretation of branch names can lead to incorrect access control" }, { "cve": "CVE-2022-23806", "cwe": { "id": "CWE-252", "name": "Unchecked Return Value" }, "discovery_date": "2022-02-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2053429" } ], "notes": [ { "category": "description", "text": "A flaw was found in the elliptic package of the crypto library in golang when the IsOnCurve function could return true for invalid field elements. This flaw allows an attacker to take advantage of this undefined behavior, affecting the availability and integrity of the resource.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/elliptic: IsOnCurve returns true for invalid field elements", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 8 and 9 are affected because the code-base is affected by this vulnerability.\n\nRed Hat Product Security has rated this issue as having a Moderate security impact. The issue is not currently planned to be addressed in future updates for Red Hat Enterprise Linux 7; hence, marked as Out-of-Support-Scope. \n\nRed Hat Developer Tools - Compilers (go-toolset-1.16 \u0026 1.17), will not be addressed in future updates as shipped only in RHEL-7, hence, marked as Out-of-Support-Scope.\n\nFor additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/ and Red Hat Enterprise Linux Life Cycle \u0026 Updates Policy: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-23806" }, { "category": "external", "summary": "RHBZ#2053429", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053429" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-23806", "url": "https://www.cve.org/CVERecord?id=CVE-2022-23806" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23806", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23806" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ", "url": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ" } ], "release_date": "2022-02-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-06-13T12:34:12+00:00", "details": "The OpenShift Service Mesh Release Notes provide information on the features and known issues. See the link in the References section.", "product_ids": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5004" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/elliptic: IsOnCurve returns true for invalid field elements" }, { "acknowledgments": [ { "names": [ "the Envoy security team" ] } ], "cve": "CVE-2022-29224", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2022-05-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2088738" } ], "notes": [ { "category": "description", "text": "A flaw was found in Envoy. This flaw allows an attacker who controls an upstream host and also controls service discovery of that host (via DNS, the EDS API, etc.) to crash Envoy by forcing the removal of the host from service discovery and then failing the gRPC health check request. This issue crashes Envoy via a NULL pointer dereference.", "title": "Vulnerability description" }, { "category": "summary", "text": "envoy: Segfault in GrpcHealthCheckerImpl", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch" ], "known_not_affected": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-29224" }, { "category": "external", "summary": "RHBZ#2088738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-29224", "url": "https://www.cve.org/CVERecord?id=CVE-2022-29224" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29224", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29224" }, { "category": "external", "summary": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-m4j9-86g3-8f49", "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-m4j9-86g3-8f49" } ], "release_date": "2022-06-09T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-06-13T12:34:12+00:00", "details": "The OpenShift Service Mesh Release Notes provide information on the features and known issues. See the link in the References section.", "product_ids": [ "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5004" }, { "category": "workaround", "details": "Disable gRPC health checking and/or replace it with a different health checking type.", "product_ids": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "envoy: Segfault in GrpcHealthCheckerImpl" }, { "acknowledgments": [ { "names": [ "the Envoy security team" ] } ], "cve": "CVE-2022-29225", "cwe": { "id": "CWE-409", "name": "Improper Handling of Highly Compressed Data (Data Amplification)" }, "discovery_date": "2022-05-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2088737" } ], "notes": [ { "category": "description", "text": "A flaw was found in Envoy. A specifically constructed HTTP body delivered by an untrusted downstream or upstream peer whose decompressed size is dramatically larger than the compressed size can be sent by an attacker to cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "envoy: Decompressors can be zip bombed", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch" ], "known_not_affected": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-29225" }, { "category": "external", "summary": "RHBZ#2088737", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088737" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-29225", "url": "https://www.cve.org/CVERecord?id=CVE-2022-29225" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29225", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29225" }, { "category": "external", "summary": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh", "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh" } ], "release_date": "2022-06-09T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-06-13T12:34:12+00:00", "details": "The OpenShift Service Mesh Release Notes provide information on the features and known issues. See the link in the References section.", "product_ids": [ "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5004" }, { "category": "workaround", "details": "This can be mitigated by disabling decompression in Envoy.", "product_ids": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.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": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "envoy: Decompressors can be zip bombed" }, { "acknowledgments": [ { "names": [ "the Envoy security team" ] } ], "cve": "CVE-2022-29226", "cwe": { "id": "CWE-303", "name": "Incorrect Implementation of Authentication Algorithm" }, "discovery_date": "2022-05-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2088739" } ], "notes": [ { "category": "description", "text": "A flaw was found in Envoy. The OAuth filter does not include an implementation for validating access tokens, allowing remote attackers to bypass authentication to Envoy by providing any token value.", "title": "Vulnerability description" }, { "category": "summary", "text": "envoy: oauth filter allows trivial bypass", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch" ], "known_not_affected": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-29226" }, { "category": "external", "summary": "RHBZ#2088739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088739" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-29226", "url": "https://www.cve.org/CVERecord?id=CVE-2022-29226" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29226", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29226" }, { "category": "external", "summary": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-h45c-2f94-prxh", "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-h45c-2f94-prxh" } ], "release_date": "2022-06-09T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-06-13T12:34:12+00:00", "details": "The OpenShift Service Mesh Release Notes provide information on the features and known issues. See the link in the References section.", "product_ids": [ "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5004" }, { "category": "workaround", "details": "There is no known mitigation for this flaw.", "product_ids": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 10.0, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Critical" } ], "title": "envoy: oauth filter allows trivial bypass" }, { "acknowledgments": [ { "names": [ "the Envoy security team" ] } ], "cve": "CVE-2022-29228", "cwe": { "id": "CWE-617", "name": "Reachable Assertion" }, "discovery_date": "2022-05-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2088740" } ], "notes": [ { "category": "description", "text": "A flaw was found in Envoy. The OAuth filter would try to invoke the remaining filters in the chain after emitting a local response, which triggers an ASSERT() in newer versions and corrupts memory on earlier versions.", "title": "Vulnerability description" }, { "category": "summary", "text": "envoy: oauth filter calls continueDecoding() from within decodeHeaders()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch" ], "known_not_affected": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-29228" }, { "category": "external", "summary": "RHBZ#2088740", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088740" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-29228", "url": "https://www.cve.org/CVERecord?id=CVE-2022-29228" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29228", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29228" }, { "category": "external", "summary": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-rww6-8h7g-8jf6", "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-rww6-8h7g-8jf6" } ], "release_date": "2022-06-09T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-06-13T12:34:12+00:00", "details": "The OpenShift Service Mesh Release Notes provide information on the features and known issues. See the link in the References section.", "product_ids": [ "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5004" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "envoy: oauth filter calls continueDecoding() from within decodeHeaders()" }, { "acknowledgments": [ { "names": [ "the Istio Product Security team" ] } ], "cve": "CVE-2022-31045", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2022-05-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2088819" } ], "notes": [ { "category": "description", "text": "A flaw was found in Istio. Memory access violation of ill-formed headers sent to Envoy in certain configurations can lead to unexpected memory access, resulting in undefined behavior or crashing.", "title": "Vulnerability description" }, { "category": "summary", "text": "Istio: Unsafe memory access in metadata exchange.", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64" ], "known_not_affected": [ "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-31045" }, { "category": "external", "summary": "RHBZ#2088819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088819" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-31045", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31045" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31045", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31045" }, { "category": "external", "summary": "https://github.com/istio/istio/security/advisories/GHSA-xwx5-5c9g-x68x", "url": "https://github.com/istio/istio/security/advisories/GHSA-xwx5-5c9g-x68x" }, { "category": "external", "summary": "https://istio.io/latest/news/security/istio-security-2022-005/#cve-2022-31045", "url": "https://istio.io/latest/news/security/istio-security-2022-005/#cve-2022-31045" } ], "release_date": "2022-06-09T22:35:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-06-13T12:34:12+00:00", "details": "The OpenShift Service Mesh Release Notes provide information on the features and known issues. See the link in the References section.", "product_ids": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5004" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-cni-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.s390x", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.src", "8Base-OSSM-2.1:servicemesh-operator-0:2.1.3-2.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-agent-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-pilot-discovery-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.s390x", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.src", "8Base-OSSM-2.1:servicemesh-prometheus-0:2.23.0-7.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-proxy-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debuginfo-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-proxy-debugsource-0:2.1.3-1.el8.x86_64", "8Base-OSSM-2.1:servicemesh-proxy-wasm-0:2.1.3-1.el8.noarch", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.ppc64le", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.s390x", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.src", "8Base-OSSM-2.1:servicemesh-ratelimit-0:2.1.3-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Istio: Unsafe memory access in metadata exchange." } ] }
rhsa-2022:5003
Vulnerability from csaf_redhat
Published
2022-06-13 11:57
Modified
2024-11-22 19:32
Summary
Red Hat Security Advisory: Red Hat OpenShift Service Mesh 2.0.10 security update
Notes
Topic
An update is now available for Red Hat OpenShift Service Mesh 2.0.10.
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
Red Hat OpenShift Service Mesh is Red Hat's distribution of the Istio service mesh project, tailored for installation into an on-premise OpenShift Container Platform installation.
This advisory covers the RPM packages for the release.
Security Fix(es):
* envoy: Decompressors can be zip bombed (CVE-2022-29225)
* envoy: Segfault in GrpcHealthCheckerImpl (CVE-2022-29224)
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 is now available for Red Hat OpenShift Service Mesh 2.0.10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Service Mesh is Red Hat\u0027s distribution of the Istio service mesh project, tailored for installation into an on-premise OpenShift Container Platform installation.\n\nThis advisory covers the RPM packages for the release.\n\nSecurity Fix(es):\n\n* envoy: Decompressors can be zip bombed (CVE-2022-29225)\n* envoy: Segfault in GrpcHealthCheckerImpl (CVE-2022-29224)\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-2022:5003", "url": "https://access.redhat.com/errata/RHSA-2022:5003" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2088737", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088737" }, { "category": "external", "summary": "2088738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088738" }, { "category": "external", "summary": "OSSM-1613", "url": "https://issues.redhat.com/browse/OSSM-1613" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_5003.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenShift Service Mesh 2.0.10 security update", "tracking": { "current_release_date": "2024-11-22T19:32:13+00:00", "generator": { "date": "2024-11-22T19:32:13+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:5003", "initial_release_date": "2022-06-13T11:57:22+00:00", "revision_history": [ { "date": "2022-06-13T11:57:22+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-06-13T11:57:22+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T19:32:13+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "OpenShift Service Mesh 2.0", "product": { "name": "OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0", "product_identification_helper": { "cpe": "cpe:/a:redhat:service_mesh:2.0::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Service Mesh" }, { "branches": [ { "category": "product_version", "name": "servicemesh-operator-0:2.0.10-1.el8.src", "product": { "name": "servicemesh-operator-0:2.0.10-1.el8.src", "product_id": "servicemesh-operator-0:2.0.10-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-operator@2.0.10-1.el8?arch=src" } } }, { "category": "product_version", "name": "servicemesh-cni-0:2.0.10-1.el8.src", "product": { "name": "servicemesh-cni-0:2.0.10-1.el8.src", "product_id": "servicemesh-cni-0:2.0.10-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-cni@2.0.10-1.el8?arch=src" } } }, { "category": "product_version", "name": "servicemesh-prometheus-0:2.14.0-17.el8.1.src", "product": { "name": "servicemesh-prometheus-0:2.14.0-17.el8.1.src", "product_id": "servicemesh-prometheus-0:2.14.0-17.el8.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-prometheus@2.14.0-17.el8.1?arch=src" } } }, { "category": "product_version", "name": "servicemesh-0:2.0.10-1.el8.src", "product": { "name": "servicemesh-0:2.0.10-1.el8.src", "product_id": "servicemesh-0:2.0.10-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh@2.0.10-1.el8?arch=src" } } }, { "category": "product_version", "name": "servicemesh-proxy-0:2.0.10-1.el8.src", "product": { "name": "servicemesh-proxy-0:2.0.10-1.el8.src", "product_id": "servicemesh-proxy-0:2.0.10-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy@2.0.10-1.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "servicemesh-operator-0:2.0.10-1.el8.x86_64", "product": { "name": "servicemesh-operator-0:2.0.10-1.el8.x86_64", "product_id": "servicemesh-operator-0:2.0.10-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-operator@2.0.10-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-cni-0:2.0.10-1.el8.x86_64", "product": { "name": "servicemesh-cni-0:2.0.10-1.el8.x86_64", "product_id": "servicemesh-cni-0:2.0.10-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-cni@2.0.10-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-prometheus-0:2.14.0-17.el8.1.x86_64", "product": { "name": "servicemesh-prometheus-0:2.14.0-17.el8.1.x86_64", "product_id": "servicemesh-prometheus-0:2.14.0-17.el8.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-prometheus@2.14.0-17.el8.1?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-0:2.0.10-1.el8.x86_64", "product": { "name": "servicemesh-0:2.0.10-1.el8.x86_64", "product_id": "servicemesh-0:2.0.10-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh@2.0.10-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-istioctl-0:2.0.10-1.el8.x86_64", "product": { "name": "servicemesh-istioctl-0:2.0.10-1.el8.x86_64", "product_id": "servicemesh-istioctl-0:2.0.10-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-istioctl@2.0.10-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-mixc-0:2.0.10-1.el8.x86_64", "product": { "name": "servicemesh-mixc-0:2.0.10-1.el8.x86_64", "product_id": "servicemesh-mixc-0:2.0.10-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-mixc@2.0.10-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-mixs-0:2.0.10-1.el8.x86_64", "product": { "name": "servicemesh-mixs-0:2.0.10-1.el8.x86_64", "product_id": "servicemesh-mixs-0:2.0.10-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-mixs@2.0.10-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-pilot-agent-0:2.0.10-1.el8.x86_64", "product": { "name": "servicemesh-pilot-agent-0:2.0.10-1.el8.x86_64", "product_id": "servicemesh-pilot-agent-0:2.0.10-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-pilot-agent@2.0.10-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-pilot-discovery-0:2.0.10-1.el8.x86_64", "product": { "name": "servicemesh-pilot-discovery-0:2.0.10-1.el8.x86_64", "product_id": "servicemesh-pilot-discovery-0:2.0.10-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-pilot-discovery@2.0.10-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "servicemesh-proxy-0:2.0.10-1.el8.x86_64", "product": { "name": "servicemesh-proxy-0:2.0.10-1.el8.x86_64", "product_id": "servicemesh-proxy-0:2.0.10-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy@2.0.10-1.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "servicemesh-operator-0:2.0.10-1.el8.ppc64le", "product": { "name": "servicemesh-operator-0:2.0.10-1.el8.ppc64le", "product_id": "servicemesh-operator-0:2.0.10-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-operator@2.0.10-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-cni-0:2.0.10-1.el8.ppc64le", "product": { "name": "servicemesh-cni-0:2.0.10-1.el8.ppc64le", "product_id": "servicemesh-cni-0:2.0.10-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-cni@2.0.10-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-prometheus-0:2.14.0-17.el8.1.ppc64le", "product": { "name": "servicemesh-prometheus-0:2.14.0-17.el8.1.ppc64le", "product_id": "servicemesh-prometheus-0:2.14.0-17.el8.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-prometheus@2.14.0-17.el8.1?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-0:2.0.10-1.el8.ppc64le", "product": { "name": "servicemesh-0:2.0.10-1.el8.ppc64le", "product_id": "servicemesh-0:2.0.10-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh@2.0.10-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-istioctl-0:2.0.10-1.el8.ppc64le", "product": { "name": "servicemesh-istioctl-0:2.0.10-1.el8.ppc64le", "product_id": "servicemesh-istioctl-0:2.0.10-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-istioctl@2.0.10-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-mixc-0:2.0.10-1.el8.ppc64le", "product": { "name": "servicemesh-mixc-0:2.0.10-1.el8.ppc64le", "product_id": "servicemesh-mixc-0:2.0.10-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-mixc@2.0.10-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-mixs-0:2.0.10-1.el8.ppc64le", "product": { "name": "servicemesh-mixs-0:2.0.10-1.el8.ppc64le", "product_id": "servicemesh-mixs-0:2.0.10-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-mixs@2.0.10-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-pilot-agent-0:2.0.10-1.el8.ppc64le", "product": { "name": "servicemesh-pilot-agent-0:2.0.10-1.el8.ppc64le", "product_id": "servicemesh-pilot-agent-0:2.0.10-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-pilot-agent@2.0.10-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-pilot-discovery-0:2.0.10-1.el8.ppc64le", "product": { "name": "servicemesh-pilot-discovery-0:2.0.10-1.el8.ppc64le", "product_id": "servicemesh-pilot-discovery-0:2.0.10-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-pilot-discovery@2.0.10-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "servicemesh-proxy-0:2.0.10-1.el8.ppc64le", "product": { "name": "servicemesh-proxy-0:2.0.10-1.el8.ppc64le", "product_id": "servicemesh-proxy-0:2.0.10-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy@2.0.10-1.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "servicemesh-operator-0:2.0.10-1.el8.s390x", "product": { "name": "servicemesh-operator-0:2.0.10-1.el8.s390x", "product_id": "servicemesh-operator-0:2.0.10-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-operator@2.0.10-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-cni-0:2.0.10-1.el8.s390x", "product": { "name": "servicemesh-cni-0:2.0.10-1.el8.s390x", "product_id": "servicemesh-cni-0:2.0.10-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-cni@2.0.10-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-prometheus-0:2.14.0-17.el8.1.s390x", "product": { "name": "servicemesh-prometheus-0:2.14.0-17.el8.1.s390x", "product_id": "servicemesh-prometheus-0:2.14.0-17.el8.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-prometheus@2.14.0-17.el8.1?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-0:2.0.10-1.el8.s390x", "product": { "name": "servicemesh-0:2.0.10-1.el8.s390x", "product_id": "servicemesh-0:2.0.10-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh@2.0.10-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-istioctl-0:2.0.10-1.el8.s390x", "product": { "name": "servicemesh-istioctl-0:2.0.10-1.el8.s390x", "product_id": "servicemesh-istioctl-0:2.0.10-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-istioctl@2.0.10-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-mixc-0:2.0.10-1.el8.s390x", "product": { "name": "servicemesh-mixc-0:2.0.10-1.el8.s390x", "product_id": "servicemesh-mixc-0:2.0.10-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-mixc@2.0.10-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-mixs-0:2.0.10-1.el8.s390x", "product": { "name": "servicemesh-mixs-0:2.0.10-1.el8.s390x", "product_id": "servicemesh-mixs-0:2.0.10-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-mixs@2.0.10-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-pilot-agent-0:2.0.10-1.el8.s390x", "product": { "name": "servicemesh-pilot-agent-0:2.0.10-1.el8.s390x", "product_id": "servicemesh-pilot-agent-0:2.0.10-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-pilot-agent@2.0.10-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-pilot-discovery-0:2.0.10-1.el8.s390x", "product": { "name": "servicemesh-pilot-discovery-0:2.0.10-1.el8.s390x", "product_id": "servicemesh-pilot-discovery-0:2.0.10-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-pilot-discovery@2.0.10-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "servicemesh-proxy-0:2.0.10-1.el8.s390x", "product": { "name": "servicemesh-proxy-0:2.0.10-1.el8.s390x", "product_id": "servicemesh-proxy-0:2.0.10-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/servicemesh-proxy@2.0.10-1.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "servicemesh-0:2.0.10-1.el8.ppc64le as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.ppc64le" }, "product_reference": "servicemesh-0:2.0.10-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-0:2.0.10-1.el8.s390x as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.s390x" }, "product_reference": "servicemesh-0:2.0.10-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-0:2.0.10-1.el8.src as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.src" }, "product_reference": "servicemesh-0:2.0.10-1.el8.src", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-0:2.0.10-1.el8.x86_64 as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.x86_64" }, "product_reference": "servicemesh-0:2.0.10-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-cni-0:2.0.10-1.el8.ppc64le as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.ppc64le" }, "product_reference": "servicemesh-cni-0:2.0.10-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-cni-0:2.0.10-1.el8.s390x as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.s390x" }, "product_reference": "servicemesh-cni-0:2.0.10-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-cni-0:2.0.10-1.el8.src as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.src" }, "product_reference": "servicemesh-cni-0:2.0.10-1.el8.src", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-cni-0:2.0.10-1.el8.x86_64 as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.x86_64" }, "product_reference": "servicemesh-cni-0:2.0.10-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-istioctl-0:2.0.10-1.el8.ppc64le as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.ppc64le" }, "product_reference": "servicemesh-istioctl-0:2.0.10-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-istioctl-0:2.0.10-1.el8.s390x as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.s390x" }, "product_reference": "servicemesh-istioctl-0:2.0.10-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-istioctl-0:2.0.10-1.el8.x86_64 as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.x86_64" }, "product_reference": "servicemesh-istioctl-0:2.0.10-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-mixc-0:2.0.10-1.el8.ppc64le as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.ppc64le" }, "product_reference": "servicemesh-mixc-0:2.0.10-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-mixc-0:2.0.10-1.el8.s390x as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.s390x" }, "product_reference": "servicemesh-mixc-0:2.0.10-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-mixc-0:2.0.10-1.el8.x86_64 as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.x86_64" }, "product_reference": "servicemesh-mixc-0:2.0.10-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-mixs-0:2.0.10-1.el8.ppc64le as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.ppc64le" }, "product_reference": "servicemesh-mixs-0:2.0.10-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-mixs-0:2.0.10-1.el8.s390x as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.s390x" }, "product_reference": "servicemesh-mixs-0:2.0.10-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-mixs-0:2.0.10-1.el8.x86_64 as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.x86_64" }, "product_reference": "servicemesh-mixs-0:2.0.10-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-operator-0:2.0.10-1.el8.ppc64le as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.ppc64le" }, "product_reference": "servicemesh-operator-0:2.0.10-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-operator-0:2.0.10-1.el8.s390x as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.s390x" }, "product_reference": "servicemesh-operator-0:2.0.10-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-operator-0:2.0.10-1.el8.src as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.src" }, "product_reference": "servicemesh-operator-0:2.0.10-1.el8.src", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-operator-0:2.0.10-1.el8.x86_64 as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.x86_64" }, "product_reference": "servicemesh-operator-0:2.0.10-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-pilot-agent-0:2.0.10-1.el8.ppc64le as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.ppc64le" }, "product_reference": "servicemesh-pilot-agent-0:2.0.10-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-pilot-agent-0:2.0.10-1.el8.s390x as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.s390x" }, "product_reference": "servicemesh-pilot-agent-0:2.0.10-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-pilot-agent-0:2.0.10-1.el8.x86_64 as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.x86_64" }, "product_reference": "servicemesh-pilot-agent-0:2.0.10-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-pilot-discovery-0:2.0.10-1.el8.ppc64le as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.ppc64le" }, "product_reference": "servicemesh-pilot-discovery-0:2.0.10-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-pilot-discovery-0:2.0.10-1.el8.s390x as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.s390x" }, "product_reference": "servicemesh-pilot-discovery-0:2.0.10-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-pilot-discovery-0:2.0.10-1.el8.x86_64 as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.x86_64" }, "product_reference": "servicemesh-pilot-discovery-0:2.0.10-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-prometheus-0:2.14.0-17.el8.1.ppc64le as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.ppc64le" }, "product_reference": "servicemesh-prometheus-0:2.14.0-17.el8.1.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-prometheus-0:2.14.0-17.el8.1.s390x as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.s390x" }, "product_reference": "servicemesh-prometheus-0:2.14.0-17.el8.1.s390x", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-prometheus-0:2.14.0-17.el8.1.src as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.src" }, "product_reference": "servicemesh-prometheus-0:2.14.0-17.el8.1.src", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-prometheus-0:2.14.0-17.el8.1.x86_64 as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.x86_64" }, "product_reference": "servicemesh-prometheus-0:2.14.0-17.el8.1.x86_64", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-0:2.0.10-1.el8.ppc64le as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.ppc64le" }, "product_reference": "servicemesh-proxy-0:2.0.10-1.el8.ppc64le", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-0:2.0.10-1.el8.s390x as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.s390x" }, "product_reference": "servicemesh-proxy-0:2.0.10-1.el8.s390x", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-0:2.0.10-1.el8.src as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.src" }, "product_reference": "servicemesh-proxy-0:2.0.10-1.el8.src", "relates_to_product_reference": "8Base-OSSM-2.0" }, { "category": "default_component_of", "full_product_name": { "name": "servicemesh-proxy-0:2.0.10-1.el8.x86_64 as a component of OpenShift Service Mesh 2.0", "product_id": "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.x86_64" }, "product_reference": "servicemesh-proxy-0:2.0.10-1.el8.x86_64", "relates_to_product_reference": "8Base-OSSM-2.0" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the Envoy security team" ] } ], "cve": "CVE-2022-29224", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2022-05-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.ppc64le", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.s390x", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.src", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2088738" } ], "notes": [ { "category": "description", "text": "A flaw was found in Envoy. This flaw allows an attacker who controls an upstream host and also controls service discovery of that host (via DNS, the EDS API, etc.) to crash Envoy by forcing the removal of the host from service discovery and then failing the gRPC health check request. This issue crashes Envoy via a NULL pointer dereference.", "title": "Vulnerability description" }, { "category": "summary", "text": "envoy: Segfault in GrpcHealthCheckerImpl", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.x86_64" ], "known_not_affected": [ "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.ppc64le", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.s390x", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.src", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-29224" }, { "category": "external", "summary": "RHBZ#2088738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088738" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-29224", "url": "https://www.cve.org/CVERecord?id=CVE-2022-29224" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29224", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29224" }, { "category": "external", "summary": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-m4j9-86g3-8f49", "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-m4j9-86g3-8f49" } ], "release_date": "2022-06-09T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-06-13T11:57:22+00:00", "details": "The OpenShift Service Mesh release notes provide information on the features and known issues:\n\nhttps://docs.openshift.com/container-platform/latest/service_mesh/v2x/servicemesh-release-notes.html", "product_ids": [ "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5003" }, { "category": "workaround", "details": "Disable gRPC health checking and/or replace it with a different health checking type.", "product_ids": [ "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.ppc64le", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.s390x", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.src", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.x86_64", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "envoy: Segfault in GrpcHealthCheckerImpl" }, { "acknowledgments": [ { "names": [ "the Envoy security team" ] } ], "cve": "CVE-2022-29225", "cwe": { "id": "CWE-409", "name": "Improper Handling of Highly Compressed Data (Data Amplification)" }, "discovery_date": "2022-05-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.ppc64le", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.s390x", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.src", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2088737" } ], "notes": [ { "category": "description", "text": "A flaw was found in Envoy. A specifically constructed HTTP body delivered by an untrusted downstream or upstream peer whose decompressed size is dramatically larger than the compressed size can be sent by an attacker to cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "envoy: Decompressors can be zip bombed", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.x86_64" ], "known_not_affected": [ "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.ppc64le", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.s390x", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.src", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-29225" }, { "category": "external", "summary": "RHBZ#2088737", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088737" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-29225", "url": "https://www.cve.org/CVERecord?id=CVE-2022-29225" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29225", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29225" }, { "category": "external", "summary": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh", "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh" } ], "release_date": "2022-06-09T14:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-06-13T11:57:22+00:00", "details": "The OpenShift Service Mesh release notes provide information on the features and known issues:\n\nhttps://docs.openshift.com/container-platform/latest/service_mesh/v2x/servicemesh-release-notes.html", "product_ids": [ "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:5003" }, { "category": "workaround", "details": "This can be mitigated by disabling decompression in Envoy.", "product_ids": [ "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-cni-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-istioctl-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-mixc-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-mixs-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-operator-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-pilot-agent-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-pilot-discovery-0:2.0.10-1.el8.x86_64", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.ppc64le", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.s390x", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.src", "8Base-OSSM-2.0:servicemesh-prometheus-0:2.14.0-17.el8.1.x86_64", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.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": [ "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.ppc64le", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.s390x", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.src", "8Base-OSSM-2.0:servicemesh-proxy-0:2.0.10-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "envoy: Decompressors can be zip bombed" } ] }
wid-sec-w-2022-0288
Vulnerability from csaf_certbund
Published
2022-06-13 22:00
Modified
2025-05-04 22:00
Summary
Red Hat OpenShift: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat OpenShift ist eine "Platform as a Service" (PaaS) Lösung zur Bereitstellung von Applikationen in der Cloud.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um einen Denial of Service Angriff durchzuführen, einen nicht näher spezifizierten Angriff durchzuführen, vertrauliche Informationen offenzulegen und Daten zu manipulieren.
Betroffene Betriebssysteme
- Linux
- UNIX
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren, einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren, vertrauliche Informationen offenzulegen und Daten zu manipulieren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-0288 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0288.json" }, { "category": "self", "summary": "WID-SEC-2022-0288 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0288" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2022-06-13", "url": "https://access.redhat.com/errata/RHSA-2022:5003" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2022-06-13", "url": "https://access.redhat.com/errata/RHSA-2022:5006" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5030 vom 2022-06-14", "url": "https://access.redhat.com/errata/RHSA-2022:5030" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5201 vom 2022-06-28", "url": "https://access.redhat.com/errata/RHSA-2022:5201" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5392 vom 2022-06-28", "url": "https://access.redhat.com/errata/RHSA-2022:5392" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5337 vom 2022-07-01", "url": "https://access.redhat.com/errata/RHSA-2022:5337" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5415 vom 2022-06-30", "url": "https://access.redhat.com/errata/RHSA-2022:5415" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5004 vom 2022-07-04", "url": "https://access.redhat.com/errata/RHSA-2022:5004" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-17956 vom 2022-07-15", "url": "https://linux.oracle.com/errata/ELSA-2022-17956.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9588 vom 2022-07-12", "url": "https://linux.oracle.com/errata/ELSA-2022-9588.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9589 vom 2022-07-12", "url": "https://linux.oracle.com/errata/ELSA-2022-9589.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5840 vom 2022-08-02", "url": "https://access.redhat.com/errata/RHSA-2022:5840" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5875 vom 2022-08-09", "url": "https://access.redhat.com/errata/RHSA-2022:5875" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2022-1830 vom 2022-08-08", "url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1830.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202208-02 vom 2022-08-09", "url": "https://security.gentoo.org/glsa/202208-02" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6040 vom 2022-08-10", "url": "https://access.redhat.com/errata/RHSA-2022:6040" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6042 vom 2022-08-10", "url": "https://access.redhat.com/errata/RHSA-2022:6042" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5559-1 vom 2022-08-10", "url": "https://ubuntu.com/security/notices/USN-5559-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5068 vom 2022-08-10", "url": "https://access.redhat.com/errata/RHSA-2022:5068" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6094 vom 2022-08-24", "url": "https://access.redhat.com/errata/RHSA-2022:6094" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6156 vom 2022-08-24", "url": "https://access.redhat.com/errata/RHSA-2022:6156" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6155 vom 2022-08-24", "url": "https://access.redhat.com/errata/RHSA-2022:6155" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6187 vom 2022-08-25", "url": "https://access.redhat.com/errata/RHSA-2022:6187" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6290 vom 2022-09-01", "url": "https://access.redhat.com/errata/RHSA-2022:6290" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6277 vom 2022-09-01", "url": "https://access.redhat.com/errata/RHSA-2022:6277" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6272 vom 2022-08-31", "url": "https://access.redhat.com/errata/RHSA-2022:6272" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6152 vom 2022-09-01", "url": "https://access.redhat.com/errata/RHSA-2022:6152" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9773 vom 2022-09-09", "url": "https://linux.oracle.com/errata/ELSA-2022-9773.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9772 vom 2022-09-08", "url": "https://linux.oracle.com/errata/ELSA-2022-9772.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6430 vom 2022-09-13", "url": "https://access.redhat.com/errata/RHSA-2022:6430" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6714 vom 2022-09-26", "url": "https://access.redhat.com/errata/RHSA-2022:6714" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9856 vom 2022-10-03", "url": "https://linux.oracle.com/errata/ELSA-2022-9856.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:6813 vom 2022-10-05", "url": "https://access.redhat.com/errata/RHSA-2022:6813" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9853 vom 2022-10-06", "url": "https://linux.oracle.com/errata/ELSA-2022-9853.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-9854 vom 2022-10-05", "url": "https://linux.oracle.com/errata/ELSA-2022-9854.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2DOCKER-2022-020 vom 2022-10-14", "url": "https://alas.aws.amazon.com/AL2/ALASDOCKER-2022-020.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:7058 vom 2022-10-20", "url": "https://access.redhat.com/errata/RHSA-2022:7058" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2022-1859 vom 2022-10-21", "url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1859.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2022-1865 vom 2022-10-21", "url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1865.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2022-1860 vom 2022-10-21", "url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1860.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2022-1862 vom 2022-10-21", "url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1862.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2022-1863 vom 2022-10-21", "url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1863.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2022-1861 vom 2022-10-21", "url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1861.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2022-1858 vom 2022-10-21", "url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1858.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2022-1864 vom 2022-10-21", "url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1864.html" }, { "category": "external", "summary": "Tenable Security Advisory TNS-2022-20 vom 2022-10-26", "url": "https://www.tenable.com/security/tns-2022-20" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:8652 vom 2022-11-28", "url": "https://access.redhat.com/errata/RHSA-2022:8652" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-10033 vom 2022-11-30", "url": "https://linux.oracle.com/errata/ELSA-2022-10033.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-10036 vom 2022-11-29", "url": "https://linux.oracle.com/errata/ELSA-2022-10036.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:8750 vom 2022-12-02", "url": "https://access.redhat.com/errata/RHSA-2022:8750" }, { "category": "external", "summary": "Tenable Security Advisory TNS-2022-28 vom 2022-12-19", "url": "https://www.tenable.com/security/tns-2022-28" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-12013 vom 2023-01-11", "url": "https://linux.oracle.com/errata/ELSA-2023-12013.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-12014 vom 2023-01-11", "url": "https://linux.oracle.com/errata/ELSA-2023-12014.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-12011 vom 2023-01-11", "url": "https://linux.oracle.com/errata/ELSA-2023-12011.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-12012 vom 2023-01-11", "url": "https://linux.oracle.com/errata/ELSA-2023-12012.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:0076 vom 2023-01-11", "url": "https://access.redhat.com/errata/RHSA-2023:0076" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1049 vom 2023-03-02", "url": "https://access.redhat.com/errata/RHSA-2023:1049" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1044 vom 2023-03-02", "url": "https://access.redhat.com/errata/RHSA-2023:1044" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1047 vom 2023-03-02", "url": "https://access.redhat.com/errata/RHSA-2023:1047" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1043 vom 2023-03-02", "url": "https://access.redhat.com/errata/RHSA-2023:1043" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1045 vom 2023-03-02", "url": "https://access.redhat.com/errata/RHSA-2023:1045" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1042 vom 2023-03-07", "url": "https://access.redhat.com/errata/RHSA-2023:1042" }, { "category": "external", "summary": "IBM Security Bulletin 6955067 vom 2023-03-16", "url": "https://www.ibm.com/support/pages/node/6955067" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1529 vom 2023-03-30", "url": "https://access.redhat.com/errata/RHSA-2023:1529" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3642 vom 2023-06-15", "url": "https://access.redhat.com/errata/RHSA-2023:3642" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3664 vom 2023-06-19", "url": "https://access.redhat.com/errata/RHSA-2023:3664" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3954 vom 2023-06-29", "url": "https://access.redhat.com/errata/RHSA-2023:3954" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3914 vom 2023-07-06", "url": "https://access.redhat.com/errata/RHSA-2023:3914" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:3915 vom 2023-07-06", "url": "https://access.redhat.com/errata/RHSA-2023:3915" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4003 vom 2023-07-10", "url": "https://access.redhat.com/errata/RHSA-2023:4003" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:4226 vom 2025-04-28", "url": "https://access.redhat.com/errata/RHSA-2025:4226" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASNITRO-ENCLAVES-2025-055 vom 2025-04-29", "url": "https://alas.aws.amazon.com/AL2/ALASNITRO-ENCLAVES-2025-055.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:4437 vom 2025-05-05", "url": "https://access.redhat.com/errata/RHSA-2025:4437" } ], "source_lang": "en-US", "title": "Red Hat OpenShift: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-05-04T22:00:00.000+00:00", "generator": { "date": "2025-05-05T08:09:21.327+00:00", "engine": { "name": "BSI-WID", "version": "1.3.12" } }, "id": "WID-SEC-W-2022-0288", "initial_release_date": "2022-06-13T22:00:00.000+00:00", "revision_history": [ { "date": "2022-06-13T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2022-06-14T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-06-22T22:00:00.000+00:00", "number": "3", "summary": "Referenz(en) aufgenommen: FEDORA-2022-E46E6E8317, FEDORA-2022-BA365D3703, FEDORA-2022-FE8D1879BC" }, { "date": "2022-06-27T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-06-28T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-06-30T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-07-03T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-07-14T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-08-02T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-08-08T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Fedora, Red Hat und Amazon aufgenommen" }, { "date": "2022-08-09T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2022-08-10T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat und Ubuntu aufgenommen" }, { "date": "2022-08-23T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-08-24T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-08-25T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-08-31T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-09-01T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-09-08T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-09-12T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-09-26T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-10-03T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-10-05T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2022-10-13T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2022-10-19T22:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-10-23T22:00:00.000+00:00", "number": "25", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2022-10-26T22:00:00.000+00:00", "number": "26", "summary": "Neue Updates von Tenable aufgenommen" }, { "date": "2022-11-28T23:00:00.000+00:00", "number": "27", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-11-29T23:00:00.000+00:00", "number": "28", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2022-12-01T23:00:00.000+00:00", "number": "29", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-12-19T23:00:00.000+00:00", "number": "30", "summary": "Neue Updates von Tenable aufgenommen" }, { "date": "2023-01-10T23:00:00.000+00:00", "number": "31", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-01-11T23:00:00.000+00:00", "number": "32", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-03-01T23:00:00.000+00:00", "number": "33", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-03-06T23:00:00.000+00:00", "number": "34", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-03-15T23:00:00.000+00:00", "number": "35", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-03-29T22:00:00.000+00:00", "number": "36", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-15T22:00:00.000+00:00", "number": "37", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-19T22:00:00.000+00:00", "number": "38", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-06-29T22:00:00.000+00:00", "number": "39", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-05T22:00:00.000+00:00", "number": "40", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-07-10T22:00:00.000+00:00", "number": "41", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-04-27T22:00:00.000+00:00", "number": "42", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-04-29T22:00:00.000+00:00", "number": "43", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-05-04T22:00:00.000+00:00", "number": "44", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "44" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c10.1.14", "product": { "name": "IBM Spectrum Protect \u003c10.1.14", "product_id": "T026783" } }, { "category": "product_version", "name": "10.1.14", "product": { "name": "IBM Spectrum Protect 10.1.14", "product_id": "T026783-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:spectrum_protect:10.1.14" } } } ], "category": "product_name", "name": "Spectrum Protect" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "category": "product_version", "name": "Service Interconnect 1", "product": { "name": "Red Hat Enterprise Linux Service Interconnect 1", "product_id": "T028472", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:service_interconnect_1" } } } ], "category": "product_name", "name": "Enterprise Linux" }, { "branches": [ { "category": "product_version_range", "name": "\u003c7.3.13", "product": { "name": "Red Hat JBoss Enterprise Application Platform \u003c7.3.13", "product_id": "T043288" } }, { "category": "product_version", "name": "7.3.13", "product": { "name": "Red Hat JBoss Enterprise Application Platform 7.3.13", "product_id": "T043288-fixed", "product_identification_helper": { "cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:7.3.13" } } } ], "category": "product_name", "name": "JBoss Enterprise Application Platform" }, { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift", "product": { "name": "Red Hat OpenShift", "product_id": "T008027", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:-" } } }, { "category": "product_version_range", "name": "Service Mesh \u003c2.0.10", "product": { "name": "Red Hat OpenShift Service Mesh \u003c2.0.10", "product_id": "T023475" } }, { "category": "product_version", "name": "Service Mesh 2.0.10", "product": { "name": "Red Hat OpenShift Service Mesh 2.0.10", "product_id": "T023475-fixed", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:service_mesh__2.0.10" } } }, { "category": "product_version_range", "name": "OpenShift Service Mesh \u003c2.1.3", "product": { "name": "Red Hat OpenShift OpenShift Service Mesh \u003c2.1.3", "product_id": "T023476" } }, { "category": "product_version", "name": "OpenShift Service Mesh 2.1.3", "product": { "name": "Red Hat OpenShift OpenShift Service Mesh 2.1.3", "product_id": "T023476-fixed", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:openshift_service_mesh__2.1.3" } } }, { "category": "product_version", "name": "Developer Tools and Services 4.11", "product": { "name": "Red Hat OpenShift Developer Tools and Services 4.11", "product_id": "T028205", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:developer_tools_and_services_4.11" } } }, { "category": "product_version_range", "name": "Container Platform \u003c4.11.44", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.11.44", "product_id": "T028416" } }, { "category": "product_version", "name": "Container Platform 4.11.44", "product": { "name": "Red Hat OpenShift Container Platform 4.11.44", "product_id": "T028416-fixed", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.11.44" } } } ], "category": "product_name", "name": "OpenShift" } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c10.3.1", "product": { "name": "Tenable Security Nessus \u003c10.3.1", "product_id": "T025130" } }, { "category": "product_version", "name": "10.3.1", "product": { "name": "Tenable Security Nessus 10.3.1", "product_id": "T025130-fixed", "product_identification_helper": { "cpe": "cpe:/a:tenable:nessus:10.3.1" } } } ], "category": "product_name", "name": "Nessus" }, { "branches": [ { "category": "product_version_range", "name": "\u003c6.2.0", "product": { "name": "Tenable Security Nessus Network Monitor \u003c6.2.0", "product_id": "T025651" } }, { "category": "product_version", "name": "6.2.0", "product": { "name": "Tenable Security Nessus Network Monitor 6.2.0", "product_id": "T025651-fixed", "product_identification_helper": { "cpe": "cpe:/a:tenable:nessus_network_monitor:6.2.0" } } } ], "category": "product_name", "name": "Nessus Network Monitor" } ], "category": "vendor", "name": "Tenable Security" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-23806", "product_status": { "known_affected": [ "T025130", "T008027", "T028472", "67646", "T012167", "T004914", "T000126", "T028416", "T023475", "398363", "T023476", "T028205", "T026783", "T025651", "T043288" ] }, "release_date": "2022-06-13T22:00:00.000+00:00", "title": "CVE-2022-23806" }, { "cve": "CVE-2022-24675", "product_status": { "known_affected": [ "T025130", "T008027", "T028472", "67646", "T012167", "T004914", "T000126", "T028416", "T023475", "398363", "T023476", "T028205", "T026783", "T025651", "T043288" ] }, "release_date": "2022-06-13T22:00:00.000+00:00", "title": "CVE-2022-24675" }, { "cve": "CVE-2022-28327", "product_status": { "known_affected": [ "T025130", "T008027", "T028472", "67646", "T012167", "T004914", "T000126", "T028416", "T023475", "398363", "T023476", "T028205", "T026783", "T025651", "T043288" ] }, "release_date": "2022-06-13T22:00:00.000+00:00", "title": "CVE-2022-28327" }, { "cve": "CVE-2022-29224", "product_status": { "known_affected": [ "T025130", "T008027", "T028472", "67646", "T012167", "T004914", "T000126", "T028416", "T023475", "398363", "T023476", "T028205", "T026783", "T025651", "T043288" ] }, "release_date": "2022-06-13T22:00:00.000+00:00", "title": "CVE-2022-29224" }, { "cve": "CVE-2022-29225", "product_status": { "known_affected": [ "T025130", "T008027", "T028472", "67646", "T012167", "T004914", "T000126", "T028416", "T023475", "398363", "T023476", "T028205", "T026783", "T025651", "T043288" ] }, "release_date": "2022-06-13T22:00:00.000+00:00", "title": "CVE-2022-29225" }, { "cve": "CVE-2022-29226", "product_status": { "known_affected": [ "T025130", "T008027", "T028472", "67646", "T012167", "T004914", "T000126", "T028416", "T023475", "398363", "T023476", "T028205", "T026783", "T025651", "T043288" ] }, "release_date": "2022-06-13T22:00:00.000+00:00", "title": "CVE-2022-29226" }, { "cve": "CVE-2022-29228", "product_status": { "known_affected": [ "T025130", "T008027", "T028472", "67646", "T012167", "T004914", "T000126", "T028416", "T023475", "398363", "T023476", "T028205", "T026783", "T025651", "T043288" ] }, "release_date": "2022-06-13T22:00:00.000+00:00", "title": "CVE-2022-29228" }, { "cve": "CVE-2022-31045", "product_status": { "known_affected": [ "T025130", "T008027", "T028472", "67646", "T012167", "T004914", "T000126", "T028416", "T023475", "398363", "T023476", "T028205", "T026783", "T025651", "T043288" ] }, "release_date": "2022-06-13T22:00:00.000+00:00", "title": "CVE-2022-31045" }, { "cve": "CVE-2022-1650", "product_status": { "known_affected": [ "T025130", "T008027", "T028472", "67646", "T012167", "T004914", "T000126", "T028416", "398363", "T023476", "T028205", "T026783", "T025651", "T043288" ] }, "release_date": "2022-06-13T22:00:00.000+00:00", "title": "CVE-2022-1650" }, { "cve": "CVE-2022-24785", "product_status": { "known_affected": [ "T025130", "T008027", "T028472", "67646", "T012167", "T004914", "T000126", "T028416", "398363", "T023476", "T028205", "T026783", "T025651", "T043288" ] }, "release_date": "2022-06-13T22:00:00.000+00:00", "title": "CVE-2022-24785" } ] }
fkie_cve-2022-29225
Vulnerability from fkie_nvd
Published
2022-06-09 20:15
Modified
2024-11-21 06:58
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
Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression.
References
▶ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343 | Patch, Third Party Advisory | |
security-advisories@github.com | https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh | Exploit, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343 | Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh | Exploit, Third Party Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
envoyproxy | envoy | * |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:*", "matchCriteriaId": "343FE7CD-C2BF-42EE-8384-AAD008BE690D", "versionEndExcluding": "1.22.1", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression." }, { "lang": "es", "value": "Envoy es un proxy de alto rendimiento nativo de la nube. En versiones anteriores a 1.22.1, los secompresores acumulan los datos descomprimidos en un buffer intermedio antes de sobrescribir el cuerpo en el decode/encodeBody. Esto puede permitir a un atacante bombardear el descompresor mediante el env\u00edo de una peque\u00f1a carga \u00fatil altamente comprimida. Los archivos zip construidos de forma maliciosa pueden agotar la memoria del sistema y causar una denegaci\u00f3n de servicio. Es recomendado a usuarios actualizar. Los usuarios que no puedan actualizar pueden considerar deshabilitar la descompresi\u00f3n" } ], "id": "CVE-2022-29225", "lastModified": "2024-11-21T06:58:45.477", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "security-advisories@github.com", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2022-06-09T20:15:08.000", "references": [ { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343" }, { "source": "security-advisories@github.com", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-400" }, { "lang": "en", "value": "CWE-409" } ], "source": "security-advisories@github.com", "type": "Primary" } ] }
gsd-2022-29225
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-29225", "description": "Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression.", "id": "GSD-2022-29225", "references": [ "https://access.redhat.com/errata/RHSA-2022:5003", "https://www.suse.com/security/cve/CVE-2022-29225.html", "https://access.redhat.com/errata/RHSA-2022:5004" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-29225" ], "details": "Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression.", "id": "GSD-2022-29225", "modified": "2023-12-13T01:19:41.900709Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-29225", "STATE": "PUBLIC", "TITLE": "Zip bomb vulnerability in Envoy" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "envoy", "version": { "version_data": [ { "version_value": "\u003c 1.22.1" } ] } } ] }, "vendor_name": "envoyproxy" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression." } ] }, "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": [ { "lang": "eng", "value": "CWE-400: Uncontrolled Resource Consumption" } ] }, { "description": [ { "lang": "eng", "value": "CWE-409: Improper Handling of Highly Compressed Data (Data Amplification)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh", "refsource": "CONFIRM", "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh" }, { "name": "https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343", "refsource": "MISC", "url": "https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343" } ] }, "source": { "advisory": "GHSA-75hv-2jjj-89hh", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.22.1", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-29225" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 secompressors accumulate decompressed data into an intermediate buffer before overwriting the body in the decode/encodeBody. This may allow an attacker to zip bomb the decompressor by sending a small highly compressed payload. Maliciously constructed zip files may exhaust system memory and cause a denial of service. Users are advised to upgrade. Users unable to upgrade may consider disabling decompression." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-400" }, { "lang": "en", "value": "CWE-409" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh", "refsource": "CONFIRM", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/envoyproxy/envoy/security/advisories/GHSA-75hv-2jjj-89hh" }, { "name": "https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/envoyproxy/envoy/commit/cb4ef0b09200c720dfdb07e097092dd105450343" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "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": "2022-06-16T17:30Z", "publishedDate": "2022-06-09T20:15Z" } } }
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.
Loading…
Loading…