CVE-2020-15114

Missing Release of Resource after Effective Lifetime in go/go.etcd.io/etcd

Identifiers

GHSA-2xhq-gv6c-p224, CVE-2020-15114

Package Slug

go/go.etcd.io/etcd

Vulnerability

Missing Release of Resource after Effective Lifetime

Description

In etcd before versions 3.3.23 and 3.4.10, the etcd gateway is a simple TCP proxy to allow for basic service discovery and access. However, it is possible to include the gateway address as an endpoint. This results in a denial of service, since the endpoint can become stuck in a loop of requesting itself until there are no more available file descriptors to accept connections on the gateway.

Affected Versions

All versions before 3.3.23, all versions starting from 3.4.0-rc.0 up to 3.4.9

Solution

Upgrade to versions 3.3.23, 3.4.10 or above.

Last Modified

2024-01-31

source