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

Security vuln CVE-2019-19794 with transitive dependency github.com/miekg/dns@v1.0.14 #1249

Closed
francogeller opened this issue Aug 25, 2022 · 1 comment

Comments

@francogeller
Copy link
Contributor

francogeller commented Aug 25, 2022

What would you like?

Latest version 0.12.0 have a transitive dependency with github.com/miekg/dns@v1.0.14 because it is a dependency of the following direct dependencies:

  • github.com/hashicorp/serf@v0.9.5
  • github.com/hashicorp/consul/api@v1.10.1

Any dependency with github.com/miekg/dns@v1.0.14 must be fully deprecated due to known vulnerability CVE-2019-19794 with this module version.

To definitely deprecate github.com/miekg/dns@v1.0.14 we must:

  • Update github.com/hashicorp/serf@v0.9.5 up to to github.com/hashicorp/serf@v0.10.0 (current latest)
  • Update github.com/hashicorp/consul/api@v1.10.1 up to github.com/hashicorp/consul/api@v1.14.0 (current latest)
$ go get -u github.com/hashicorp/serf@latest
$ go get -u github.com/hashicorp/consul/api@latest
$ go mod tidy

After this:
All transitive dependencies with github.com/miekg/dns@v1.0.14 are completely removed.
All tests continues to complete successfully.

@francogeller francogeller changed the title Websec vuln CVE-2017-15133 with transitive dependency github.com/miekg/dns@v1.0.14 Security vuln CVE-2018-17419 with transitive dependency github.com/miekg/dns@v1.0.14 Aug 25, 2022
@francogeller
Copy link
Contributor Author

PR #1250 is a proposal to fix the vulnerability

@francogeller francogeller changed the title Security vuln CVE-2018-17419 with transitive dependency github.com/miekg/dns@v1.0.14 Security vuln CVE-2019-19794 with transitive dependency github.com/miekg/dns@v1.0.14 Aug 25, 2022
francogeller added a commit to francogeller/kit that referenced this issue Aug 25, 2022
This fully deprecate github.com/miekg/dns@v1.0.14 due to security vuln CVE-2019-19794.
This PR close issue go-kit#1249.
peterbourgon pushed a commit that referenced this issue Aug 26, 2022
…1250)

This fully deprecate github.com/miekg/dns@v1.0.14 due to security vuln CVE-2019-19794.
This PR close issue #1249.
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

No branches or pull requests

2 participants