Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version update to resolve security issue in github.com/miekg/dns & github.com/coredns/coredns #1

Merged
merged 2 commits into from
Jan 15, 2020

Conversation

MitaliBo
Copy link
Contributor

github.com/coredns/coredns v1.6.4 & github.com/miekg/dns v1.1.17 are vulnerable so suggesting to upgrade the versions to secured ones. You can check the module version vulnerability here :

https://search.gocenter.io/github.com~2Fmiekg~2Fdns/info?version=v1.1.17
https://search.gocenter.io/github.com~2Fcoredns~2Fcoredns/info?version=v1.6.4

CVE-2019-19794 (Medium)
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.

Copy link
Member

@johnweldon johnweldon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - please run go mod tidy to update the go.sum (and incidentally caddy)

Copy link
Member

@johnweldon johnweldon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Thank you

@johnweldon johnweldon merged commit 1b681b1 into jw4:master Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants