Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925030 (CVE-2024-23322, CVE-2024-23323, CVE-2024-23324, CVE-2024-23325, CVE-2024-23327) - <app-admin/consul-1.15.10: multiple vulnerabilities in bundled envoy
Summary: <app-admin/consul-1.15.10: multiple vulnerabilities in bundled envoy
Status: IN_PROGRESS
Alias: CVE-2024-23322, CVE-2024-23323, CVE-2024-23324, CVE-2024-23325, CVE-2024-23327
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Security
URL: https://github.com/hashicorp/consul/r...
Whiteboard: B3 [stable?]
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-20 01:43 UTC by John Helmert III
Modified: 2024-02-20 05:54 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2024-02-20 01:43:08 UTC
CVE-2024-23322 (https://github.com/envoyproxy/envoy/security/advisories/GHSA-6p83-mfmh-qv38):

Envoy is a high-performance edge/middle/service proxy. Envoy will crash when certain timeouts happen within the same interval. The crash occurs when the following are true: 1. hedge_on_per_try_timeout is enabled, 2. per_try_idle_timeout is enabled (it can only be done in configuration), 3. per-try-timeout is enabled, either through headers or configuration and its value is equal, or within the backoff interval of the per_try_idle_timeout. This issue has been addressed in released 1.29.1, 1.28.1, 1.27.3, and 1.26.7. Users are advised to upgrade. There are no known workarounds for this vulnerability.

CVE-2024-23323 (https://github.com/envoyproxy/envoy/security/advisories/GHSA-x278-4w4x-r7ch):

Envoy is a high-performance edge/middle/service proxy. The regex expression is compiled for every request and can result in high CPU usage and increased request latency when multiple routes are configured with such matchers. This issue has been addressed in released 1.29.1, 1.28.1, 1.27.3, and 1.26.7. Users are advised to upgrade. There are no known workarounds for this vulnerability.

CVE-2024-23324 (https://github.com/envoyproxy/envoy/security/advisories/GHSA-gq3v-vvhj-96j6):

Envoy is a high-performance edge/middle/service proxy. External authentication can be bypassed by downstream connections. Downstream clients can force invalid gRPC requests to be sent to ext_authz, circumventing ext_authz checks when failure_mode_allow is set to true. This issue has been addressed in released 1.29.1, 1.28.1, 1.27.3, and 1.26.7. Users are advised to upgrade. There are no known workarounds for this vulnerability.


CVE-2024-23325 (https://github.com/envoyproxy/envoy/security/advisories/GHSA-5m7c-mrwr-pm26):

Envoy is a high-performance edge/middle/service proxy. Envoy crashes in Proxy protocol when using an address type that isn’t supported by the OS. Envoy is susceptible to crashing on a host with IPv6 disabled and a listener config with proxy protocol enabled when it receives a request where the client presents its IPv6 address.  It is valid for a client to present its IPv6 address to a target server even though the whole chain is connected via IPv4. This issue has been addressed in released 1.29.1, 1.28.1, 1.27.3, and 1.26.7. Users are advised to upgrade. There are no known workarounds for this vulnerability.

CVE-2024-23327 (https://github.com/envoyproxy/envoy/security/advisories/GHSA-4h5x-x9vh-m29j):

Envoy is a high-performance edge/middle/service proxy. When PPv2 is enabled both on a listener and subsequent cluster, the Envoy instance will segfault when attempting to craft the upstream PPv2 header. This occurs when the downstream request has a command type of LOCAL and does not have the protocol block. This issue has been addressed in releases 1.29.1, 1.28.1, 1.27.3, and 1.26.7. Users are advised to upgrade. There are no known workarounds for this vulnerability.

Please bump to 1.15.10.
Comment 1 Larry the Git Cow gentoo-dev 2024-02-20 02:10:43 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d45112be97327c674fc218c527a9522b7f71c39

commit 2d45112be97327c674fc218c527a9522b7f71c39
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2024-02-20 02:08:07 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2024-02-20 02:08:22 +0000

    app-admin/consul: add 1.15.10
    
    Bug: https://bugs.gentoo.org/925030
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-admin/consul/Manifest              |  1 +
 app-admin/consul/consul-1.15.10.ebuild | 61 ++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)
Comment 2 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2024-02-20 05:54:02 UTC
Thanks! Please stable when ready