CoreDNS is a DNS server that chains plugins. Starting in version 1.2.0 and prior to version 1.12.4, the CoreDNS etcd plugin contains a TTL confusion vulnerability where lease IDs are incorrectly used as TTL values, enabling DNS cache pinning attacks. This effectively creates a DoS condition for DNS resolution of affected services. The `TTL()` function in `plugin/etcd/etcd.go` incorrectly casts etcd lease IDs (64-bit integers) to uint32 and uses them as TTL values. Large lease IDs become very large TTLs when cast to uint32. This enables cache pinning attacks. Version 1.12.4 contains a fix for the issue.
References
Configurations
No configuration.
History
10 Sep 2025, 15:15
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/coredns/coredns/security/advisories/GHSA-93mf-426m-g6x9 - |
09 Sep 2025, 20:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-09-09 20:15
Updated : 2025-09-11 17:14
NVD link : CVE-2025-58063
Mitre link : CVE-2025-58063
CVE.ORG link : CVE-2025-58063
JSON object : View
Products Affected
No product.
CWE
CWE-681
Incorrect Conversion between Numeric Types