<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Istio</title>
  <link>https://cvedaily.com/pages/tags/istio.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/istio.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Istio</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:51 +0000</lastBuildDate>
  <item>
    <title>[Medium] CVE-2026-41413 – Istio is an open platform to connect, manage, and secure microservices. Prior to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41413</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41413</guid>
    <pubDate>Thu, 07 May 2026 06:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-41413</strong></p>
  <p>Istio is an open platform to connect, manage, and secure microservices. Prior to versions 1.28.6 and 1.29.2, when a RequestAuthentication resource is created with a jwksUri pointing to an internal service, istiod makes an unauthenticated HTTP GET request to that URL without filtering out localhost or link local ips. This can result in sensitive data being distributed to Envoy proxies via xDS conf…</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41413">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-39350 – Istio is an open platform to connect, manage, and secure microservices. In versi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39350</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39350</guid>
    <pubDate>Wed, 15 Apr 2026 23:16:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-39350</strong></p>
  <p>Istio is an open platform to connect, manage, and secure microservices. In versions 1.25.0 through 1.27.8, 1.28.0 through 1.28.5, 1.29.0, and 1.29.1, the serviceAccounts and notServiceAccounts fields in AuthorizationPolicy incorrectly interpret dots (.) as a regular expression matcher. Because . is a valid character in a service account name, an AuthorizationPolicy ALLOW rule targeting a service…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-185</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39350">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-31838 – Istio is an open platform to connect, manage, and secure microservices. Prior to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31838</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31838</guid>
    <pubDate>Tue, 10 Mar 2026 22:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-31838</strong></p>
  <p>Istio is an open platform to connect, manage, and secure microservices. Prior to 1.29.1, 1.28.5, and 1.27.8, a vulnerability in Envoy RBAC header matching could allow authorization policy bypass when policies rely on HTTP headers that may contain multiple values. An attacker could craft requests with multiple header values in a way that causes Envoy to evaluate the header differently than intende…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31838">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31837 – Istio is an open platform to connect, manage, and secure microservices. Prior to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31837</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31837</guid>
    <pubDate>Tue, 10 Mar 2026 22:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31837</strong></p>
  <p>Istio is an open platform to connect, manage, and secure microservices. Prior to 1.29.1, 1.28.5, and 1.27.8, a user of Istio is impacted if the JWKS resolver becomes unavailable or the fetch fails, exposing hardcoded defaults regardless of use of the RequestAuthentication resource. This vulnerability is fixed in 1.29.1, 1.28.5, and 1.27.8.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31837">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-23766 – Istio through 1.28.2 allows iptables rule injection for changing firewall behavi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23766</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23766</guid>
    <pubDate>Thu, 15 Jan 2026 20:16:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-23766</strong></p>
  <p>Istio through 1.28.2 allows iptables rule injection for changing firewall behavior via the traffic.sidecar.istio.io/excludeInterfaces annotation. NOTE: the reporter's position is "this doesn't represent a security vulnerability (pod creators can already exclude sidecar injection entirely)."</p>
  <p><strong>CVSS:</strong> 4.1 · <strong>CWE:</strong> CWE-88</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23766">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-14038 – EDB Hybrid Manager contains a flaw that allows an unauthenticated attacker to di...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14038</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14038</guid>
    <pubDate>Mon, 15 Dec 2025 18:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-14038</strong></p>
  <p>EDB Hybrid Manager contains a flaw that allows an unauthenticated attacker to directly access certain gRPC endpoints. This could allow an attacker to read potentially sensitive data or possibly cause a denial-of-service by writing malformed data to certain gRPC endpoints. This flaw has been remediated in EDB Hybrid Manager 1.3.3, and customers should consider upgrading to 1.3.3 as soon as possibl…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-14038">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-8901 – The  AWS ALB Route Directive Adapter For Istio repo https://github.com/awslabs/a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-8901</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-8901</guid>
    <pubDate>Tue, 22 Oct 2024 00:15:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-8901</strong></p>
  <p>The  AWS ALB Route Directive Adapter For Istio repo https://github.com/awslabs/aws-alb-route-directive-adapter-for-istio/tree/master  provides an OIDC authentication mechanism that was integrated into the open source Kubeflow project. The adapter uses JWT for authentication, but lacks proper signer and issuer validation. In deployments of ALB that ignore security best practices, where ALB targets…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-290</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-8901">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-45806 – Envoy is a cloud-native high-performance edge/middle/service proxy. A security v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-45806</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-45806</guid>
    <pubDate>Fri, 20 Sep 2024 00:15:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-45806</strong></p>
  <p>Envoy is a cloud-native high-performance edge/middle/service proxy. A security vulnerability in Envoy allows external clients to manipulate Envoy headers, potentially leading to unauthorized access or other malicious actions within the mesh. This issue arises due to Envoy's default configuration of internal trust boundaries, which considers all RFC1918 private address ranges as internal. The defa…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-639</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45806">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-39388 – Istio is an open platform to connect, manage, and secure microservices. In versi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-39388</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-39388</guid>
    <pubDate>Thu, 10 Nov 2022 20:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-39388</strong></p>
  <p>Istio is an open platform to connect, manage, and secure microservices. In versions on the 1.15.x branch prior to 1.15.3, a user can impersonate any workload identity within the service mesh if they have localhost access to the Istiod control plane. Version 1.15.3 contains a patch for this issue. There are no known workarounds.</p>
  <p><strong>CVSS:</strong> 7.6 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-39388">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-39278 – Istio is an open platform-independent service mesh that provides traffic managem...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-39278</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-39278</guid>
    <pubDate>Thu, 13 Oct 2022 23:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-39278</strong></p>
  <p>Istio is an open platform-independent service mesh that provides traffic management, policy enforcement, and telemetry collection. Prior to versions 1.15.2, 1.14.5, and 1.13.9, the Istio control plane, istiod, is vulnerable to a request processing error, allowing a malicious attacker that sends a specially crafted or oversized message which results in the control plane crashing when the Kubernete…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-39278">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-31045 – Istio is an open platform to connect, manage, and secure microservices. In affec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-31045</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-31045</guid>
    <pubDate>Thu, 09 Jun 2022 21:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-31045</strong></p>
  <p>Istio is an open platform to connect, manage, and secure microservices. In affected versions ill-formed headers sent to Envoy in certain configurations can lead to unexpected memory access resulting in undefined behavior or crashing. Users are most likely at risk if they have an Istio ingress Gateway exposed to external traffic. This vulnerability has been resolved in versions 1.12.8, 1.13.5, and…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-31045">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-24726 – Istio is an open platform to connect, manage, and secure microservices. In affec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24726</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24726</guid>
    <pubDate>Thu, 10 Mar 2022 21:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-24726</strong></p>
  <p>Istio is an open platform to connect, manage, and secure microservices. In affected versions the Istio control plane, istiod, is vulnerable to a request processing error, allowing a malicious attacker that sends a specially crafted message which results in the control plane crashing when the validating webhook for a cluster is exposed publicly. This endpoint is served over TLS port 15017, but doe…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24726">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-23635 – Istio is an open platform to connect, manage, and secure microservices. In affec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-23635</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-23635</guid>
    <pubDate>Tue, 22 Feb 2022 22:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-23635</strong></p>
  <p>Istio is an open platform to connect, manage, and secure microservices. In affected versions the Istio control plane, `istiod`, is vulnerable to a request processing error, allowing a malicious attacker that sends a specially crafted message which results in the control plane crashing. This endpoint is served over TLS port 15012, but does not require any authentication from the attacker. For simp…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-23635">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-21701 – Istio is an open platform to connect, manage, and secure microservices. In versi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-21701</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-21701</guid>
    <pubDate>Wed, 19 Jan 2022 22:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-21701</strong></p>
  <p>Istio is an open platform to connect, manage, and secure microservices. In versions 1.12.0 and 1.12.1 Istio is vulnerable to a privilege escalation attack. Users who have `CREATE` permission for `gateways.gateway.networking.k8s.io` objects can escalate this privilege to create other resources that they may not have access to, such as `Pod`. This vulnerability impacts only an Alpha level feature,…</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-21701">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-21679 – Istio is an open platform to connect, manage, and secure microservices. In Istio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-21679</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-21679</guid>
    <pubDate>Wed, 19 Jan 2022 22:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-21679</strong></p>
  <p>Istio is an open platform to connect, manage, and secure microservices. In Istio 1.12.0 and 1.12.1 The authorization policy with hosts and notHosts might be accidentally bypassed for ALLOW action or rejected unexpectedly for DENY action during the upgrade from 1.11 to 1.12.0/1.12.1. Istio 1.12 supports the hosts and notHosts fields in authorization policy with a new Envoy API shipped with the 1.1…</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-670</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-21679">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-39156 – Istio is an open source platform for providing a uniform way to integrate micros...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-39156</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-39156</guid>
    <pubDate>Tue, 24 Aug 2021 23:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-39156</strong></p>
  <p>Istio is an open source platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. Istio 1.11.0, 1.10.3 and below, and 1.9.7 and below contain a remotely exploitable vulnerability where an HTTP request with `#fragment` in the path may bypass Istio’s URI path based authorization policies. Patches are ava…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-39156">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-39155 – Istio is an open source platform for providing a uniform way to integrate micros...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-39155</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-39155</guid>
    <pubDate>Tue, 24 Aug 2021 23:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-39155</strong></p>
  <p>Istio is an open source platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. According to [RFC 4343](https://datatracker.ietf.org/doc/html/rfc4343), Istio authorization policy should compare the hostname in the HTTP Host header in a case insensitive way, but currently the comparison is case sensit…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-178</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-39155">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-34824 – Istio (1.8.x, 1.9.0-1.9.5 and 1.10.0-1.10.1) contains a remotely exploitable vul...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-34824</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-34824</guid>
    <pubDate>Tue, 29 Jun 2021 14:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-34824</strong></p>
  <p>Istio (1.8.x, 1.9.0-1.9.5 and 1.10.0-1.10.1) contains a remotely exploitable vulnerability where credentials specified in the Gateway and DestinationRule credentialName field can be accessed from different namespaces.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-34824">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-31921 – Istio before 1.8.6 and 1.9.x before 1.9.5 contains a remotely exploitable vulner...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-31921</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-31921</guid>
    <pubDate>Wed, 02 Jun 2021 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-31921</strong></p>
  <p>Istio before 1.8.6 and 1.9.x before 1.9.5 contains a remotely exploitable vulnerability where an external client can access unexpected services in the cluster, bypassing authorization checks, when a gateway is configured with AUTO_PASSTHROUGH routing configuration.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-31921">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-31920 – Istio before 1.8.6 and 1.9.x before 1.9.5 has a remotely exploitable vulnerabili...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-31920</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-31920</guid>
    <pubDate>Thu, 27 May 2021 05:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-31920</strong></p>
  <p>Istio before 1.8.6 and 1.9.x before 1.9.5 has a remotely exploitable vulnerability where an HTTP request path with multiple slashes or escaped slash characters (%2F or %5C) could potentially bypass an Istio authorization policy when path based authorization rules are used.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-706</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-31920">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2019-25014 – A NULL pointer dereference was found in pkg/proxy/envoy/v2/debug.go getResourceV...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-25014</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-25014</guid>
    <pubDate>Fri, 29 Jan 2021 06:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2019-25014</strong></p>
  <p>A NULL pointer dereference was found in pkg/proxy/envoy/v2/debug.go getResourceVersion in Istio pilot before 1.5.0-alpha.0. If a particular HTTP GET request is made to the pilot API endpoint, it is possible to cause the Go runtime to panic (resulting in a denial of service to the istio-pilot application).</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-25014">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-16844 – In Istio 1.5.0 though 1.5.8 and Istio 1.6.0 through 1.6.7, when users specify an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-16844</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-16844</guid>
    <pubDate>Thu, 01 Oct 2020 17:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-16844</strong></p>
  <p>In Istio 1.5.0 though 1.5.8 and Istio 1.6.0 through 1.6.7, when users specify an AuthorizationPolicy resource with DENY actions using wildcard suffixes (e.g. *-some-suffix) for source principals or namespace fields, callers will never be denied access, bypassing the intended policy.</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-16844">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-14306 – An incorrect access control flaw was found in the operator, openshift-service-me...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-14306</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-14306</guid>
    <pubDate>Wed, 16 Sep 2020 18:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-14306</strong></p>
  <p>An incorrect access control flaw was found in the operator, openshift-service-mesh/istio-rhel8-operator all versions through 1.1.3. This flaw allows an attacker with a basic level of access to the cluster to deploy a custom gateway/pod to any namespace, potentially gaining access to privileged service account tokens. The highest threat from this vulnerability is to data confidentiality and integr…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-14306">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-10739 – Istio 1.4.x before 1.4.9 and Istio 1.5.x before 1.5.4 contain the following vuln...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-10739</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-10739</guid>
    <pubDate>Tue, 02 Jun 2020 13:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-10739</strong></p>
  <p>Istio 1.4.x before 1.4.9 and Istio 1.5.x before 1.5.4 contain the following vulnerability when telemetry v2 is enabled: by sending a specially crafted packet, an attacker could trigger a Null Pointer Exception resulting in a Denial of Service. This could be sent to the ingress gateway or a sidecar, triggering a null pointer exception which results in a denial of service. This also affects service…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-10739">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-1762 – An insufficient JWT validation vulnerability was found in Kiali versions 0.4.0 t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-1762</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-1762</guid>
    <pubDate>Mon, 27 Apr 2020 21:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-1762</strong></p>
  <p>An insufficient JWT validation vulnerability was found in Kiali versions 0.4.0 to 1.15.0 and was fixed in Kiali version 1.15.1, wherein a remote attacker could abuse this flaw by stealing a valid JWT cookie and using that to spoof a user session, possibly gaining privileges to view and alter the Istio configuration.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-384</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-1762">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2020-11767 – Istio through 1.5.1 and Envoy through 1.14.1 have a data-leak issue. If there is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-11767</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-11767</guid>
    <pubDate>Wed, 15 Apr 2020 02:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2020-11767</strong></p>
  <p>Istio through 1.5.1 and Envoy through 1.14.1 have a data-leak issue. If there is a TCP connection (negotiated with SNI over HTTPS) to *.example.com, a request for a domain concurrently configured explicitly (e.g., abc.example.com) is sent to the server(s) listening behind *.example.com. The outcome should instead be 421 Misdirected Request. Imagine a shared caching forward proxy re-using an HTTP/…</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-11767">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-1764 – A hard-coded cryptographic key vulnerability in the default configuration file w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-1764</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-1764</guid>
    <pubDate>Thu, 26 Mar 2020 13:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-1764</strong></p>
  <p>A hard-coded cryptographic key vulnerability in the default configuration file was found in Kiali, all versions prior to 1.15.1. A remote attacker could abuse this flaw by creating their own JWT signed tokens and bypass Kiali authentication mechanisms, possibly gaining privileges to view and alter the Istio configuration.</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-1764">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-1704 – An insecure modification vulnerability in the /etc/passwd file was found in all ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-1704</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-1704</guid>
    <pubDate>Mon, 17 Feb 2020 17:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-1704</strong></p>
  <p>An insecure modification vulnerability in the /etc/passwd file was found in all versions of OpenShift ServiceMesh (maistra) before 1.0.8 in the openshift/istio-kialia-rhel7-operator-container. An attacker with access to the container could use this flaw to modify /etc/passwd and escalate their privileges.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-266</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-1704">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-8843 – An issue was discovered in Istio 1.3 through 1.3.6. Under certain circumstances,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-8843</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-8843</guid>
    <pubDate>Fri, 14 Feb 2020 19:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-8843</strong></p>
  <p>An issue was discovered in Istio 1.3 through 1.3.6. Under certain circumstances, it is possible to bypass a specifically configured Mixer policy. Istio-proxy accepts the x-istio-attributes header at ingress that can be used to affect policy decisions when Mixer policy selectively applies to a source equal to ingress. To exploit this vulnerability, someone has to encode a source.uid in this header…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-8843">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-8595 – Istio versions 1.2.10 (End of Life) and prior, 1.3 through 1.3.7, and 1.4 throug...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-8595</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-8595</guid>
    <pubDate>Wed, 12 Feb 2020 15:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-8595</strong></p>
  <p>Istio versions 1.2.10 (End of Life) and prior, 1.3 through 1.3.7, and 1.4 through 1.4.3 allows authentication bypass. The Authentication Policy exact-path matching logic can allow unauthorized access to HTTP paths even if they are configured to be only accessed after presenting a valid JWT token. For example, an attacker can add a ? or # character to a URI that would otherwise satisfy an exact-pa…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-8595">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-18817 – Istio 1.3.x before 1.3.5 allows Denial of Service because continue_on_listener_f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-18817</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-18817</guid>
    <pubDate>Tue, 12 Nov 2019 14:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-18817</strong></p>
  <p>Istio 1.3.x before 1.3.5 allows Denial of Service because continue_on_listener_filters_timeout is set to True, a related issue to CVE-2019-18836.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-835</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-18817">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-14993 – Istio before 1.1.13 and 1.2.x before 1.2.4 mishandles regular expressions for lo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-14993</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-14993</guid>
    <pubDate>Tue, 13 Aug 2019 18:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-14993</strong></p>
  <p>Istio before 1.1.13 and 1.2.x before 1.2.4 mishandles regular expressions for long URIs, leading to a denial of service during use of the JWT, VirtualService, HTTPAPISpecBinding, or QuotaSpecBinding API.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-185</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-14993">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-12995 – Istio before 1.2.2 mishandles certain access tokens, leading to "Epoch 0 termina...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-12995</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-12995</guid>
    <pubDate>Fri, 28 Jun 2019 10:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-12995</strong></p>
  <p>Istio before 1.2.2 mishandles certain access tokens, leading to "Epoch 0 terminated with an error" in Envoy. This is related to a jwt_authenticator.cc segmentation fault.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-12995">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-12243 – Istio 1.1.x through 1.1.6 has Incorrect Access Control.</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-12243</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-12243</guid>
    <pubDate>Wed, 05 Jun 2019 15:29:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-12243</strong></p>
  <p>Istio 1.1.x through 1.1.6 has Incorrect Access Control.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-12243">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
