CVE-2019-18817: Istio vulnerable to denial of service
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.66529%
CWE
Published
5/24/2022
Updated
10/19/2023
KEV Status
No
Technology
Go
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
istio.io/istio | go | >= 1.3.0, < 1.3.5 | 1.3.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from panic-induced crash loops (CWE-835) in Istio's control plane. The identified functions contained unhandled panic conditions when generating invalid xDS configurations. These panics would cause Pilot to crash repeatedly, creating an infinite restart loop (denial of service). The patch removed panic statements and added recovery mechanisms in parent functions (Apply*Patches), demonstrating these were the failure points. The connection to CVE-2019-18836's continue_on_listener_filters_timeout suggests these validation failures could be triggered by specific timeout-related configurations.