GO-2024-2527

Source
https://pkg.go.dev/vuln/GO-2024-2527
Import Source
https://vuln.go.dev/ID/GO-2024-2527.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2024-2527
Aliases
Published
2024-06-28T15:28:53Z
Modified
2024-07-09T22:13:56.143176Z
Summary
Insecure ciphers are allowed by default in go.etcd.io/etcd
Details

The TLS ciphers list supported by etcd contains insecure cipher suites. Users may specify that an insecure cipher is used via “--cipher-suites” flag. A list of secure suites is used by default.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2024-2527"
}
References

Affected packages

Go / go.etcd.io/etcd

Package

Name
go.etcd.io/etcd
View open source insights on deps.dev
Purl
pkg:golang/go.etcd.io/etcd

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.5.0-alpha.5.0.20221102000833-1f054980bc27

Ecosystem specific

{
    "custom_ranges": [
        {
            "events": [
                {
                    "introduced": "3.2.22"
                },
                {
                    "fixed": "3.4.22"
                }
            ],
            "type": "ECOSYSTEM"
        }
    ],
    "imports": [
        {
            "path": "go.etcd.io/etcd/pkg/tlsutil"
        }
    ]
}