
CVE-2023-44487 – HTTP/2 Rapid Reset Attack Vulnerability
https://notcve.org/view.php?id=CVE-2023-44487
10 Oct 2023 — The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. El protocolo HTTP/2 permite una denegación de servicio (consumo de recursos del servidor) porque la cancelación de solicitudes puede restablecer muchas transmisiones rápidamente, como se explotó en la naturaleza entre agosto y octubre de 2023. A flaw was found in handling multiplexed streams in the HTTP/2 protocol. ... • https://github.com/imabee101/CVE-2023-44487 • CWE-400: Uncontrolled Resource Consumption •

CVE-2022-39278 – Istio vulnerable to denial of service attack due to Golang Regex Library
https://notcve.org/view.php?id=CVE-2022-39278
13 Oct 2022 — 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 Kubernetes validating or mutating webhook service is exposed publicly. This endpoint is served over TLS port 15017, but do... • https://github.com/istio/istio/security/advisories/GHSA-86vr-4wcv-mm9w • CWE-400: Uncontrolled Resource Consumption •

CVE-2022-31045 – Ill-formed headers may lead to unexpected behavior in Istio
https://notcve.org/view.php?id=CVE-2022-31045
09 Jun 2022 — 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 1.14.1. Users are advised to upgrade. • https://github.com/istio/istio/security/advisories/GHSA-xwx5-5c9g-x68x • CWE-125: Out-of-bounds Read •

CVE-2022-24726 – Unauthenticated control plane denial of service attack in Istio
https://notcve.org/view.php?id=CVE-2022-24726
10 Mar 2022 — 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 does not require any authentication from the attacker. For simple installations, Istiod is typically only reachable ... • https://github.com/golang/go/issues/51112 • CWE-400: Uncontrolled Resource Consumption CWE-770: Allocation of Resources Without Limits or Throttling •

CVE-2022-23635 – Unauthenticated control plane denial of service attack in Istio
https://notcve.org/view.php?id=CVE-2022-23635
22 Feb 2022 — 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 simple installations, Istiod is typically only reachable from within the cluster, limiting the blast radius. However,... • https://github.com/istio/istio/commit/5f3b5ed958ae75156f8656fe7b3794f78e94db84 • CWE-287: Improper Authentication CWE-1284: Improper Validation of Specified Quantity in Input •