Envoy is a cloud-native high-performance edge/middle/service proxy. Jwt filter will lead to an Envoy crash when clear route cache with remote JWKs. In the following case: 1. remote JWKs are used, which requires async header processing; 2. clear_route_cache is enabled on the provider; 3. header operations are enabled in JWT filter, e.g. header to claims feature; 4. the routing table is configured in a way that the JWT header operations modify requests to not match any route. When these conditions are met, a crash is triggered in the upstream code due to nullptr reference conversion from route(). The root cause is the ordering of continueDecoding and clearRouteCache. This issue has been addressed in versions 1.31.2, 1.30.6, and 1.29.9. Users are advised to upgrade. There are no known workarounds for this vulnerability.
総合評価: CVE-2024-45809 は低リスク(31.5/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.37%、29 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.10% | 0.37% | +0.27% |
| 2 | 2025-11-21 | 0.25% | 0.10% | -0.15% |
| 3 | 2025-11-18 | — | 0.25% | — |
EPSS の全履歴 (全 9 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
1.6 | 3.6 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
redhat
|
high | — | https://access.redhat.com/security/cve/CVE-2024-45809 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| envoyproxy | envoy | >= 1.29.0, < 1.29.9 | cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:* |
| envoyproxy | envoy | >= 1.30.0, < 1.30.6 | cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:* |
| envoyproxy | envoy | >= 1.31.0, < 1.31.2 | cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://github.com/envoyproxy/envoy/security/advisories/GHSA-wqr5-qmq7-3qw3 | Third Party Advisory |