CVE-2020-15113

Improper Preservation of Permissions in go/github.com/etcd-io/etcd

Identifiers

GHSA-chh6-ppwq-jh92, CVE-2020-15113

Package Slug

go/github.com/etcd-io/etcd

Vulnerability

Improper Preservation of Permissions

Description

In etcd before versions 3.3.23 and 3.4.10, certain directory paths are created (etcd data directory and the directory path when provided to automatically generate self-signed certificates for TLS connections with clients) with restricted access permissions (700) by using the os.MkdirAll. This function does not perform any permission checks when a given directory path exists already. A possible workaround is to ensure the directories have the desired permission (700).

Affected Versions

All versions before 3.3.23, all versions starting from 3.4.0-rc.0 before 3.4.10

Solution

Upgrade to versions 3.3.23, 3.4.10 or above.

Last Modified

2024-01-31

source