{ "schema_version": "1.4.0", "id": "GHSA-44r7-7p62-q3fr", "modified": "2023-08-29T22:33:25Z", "published": "2021-05-18T21:09:13Z", "aliases": [ "CVE-2019-19794" ], "summary": "miekg/dns insecurely generates random numbers", "details": "The miekg Go DNS package before 1.1.25, as used in CoreDNS before 1.6.6 and other products, improperly generates random numbers because math/rand is used. The TXID becomes predictable, leading to response forgeries.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/miekg/dns" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "1.1.25" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19794" }, { "type": "WEB", "url": "https://github.com/coredns/coredns/issues/3519" }, { "type": "WEB", "url": "https://github.com/coredns/coredns/issues/3547" }, { "type": "WEB", "url": "https://github.com/miekg/dns/issues/1037" }, { "type": "WEB", "url": "https://github.com/miekg/dns/issues/1043" }, { "type": "WEB", "url": "https://github.com/miekg/dns/pull/1044" }, { "type": "WEB", "url": "https://github.com/miekg/dns/commit/8ebf2e419df7857ac8919baa05248789a8ffbf33" }, { "type": "WEB", "url": "https://github.com/miekg/dns/compare/v1.1.24...v1.1.25" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2020-0008" } ], "database_specific": { "cwe_ids": [ "CWE-330", "CWE-338" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-05-18T20:42:52Z", "nvd_published_at": null } }