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

Found CVE-2020-14040 in current package #1182

Open
adityasharma1912 opened this issue Jul 26, 2024 · 2 comments
Open

Found CVE-2020-14040 in current package #1182

adityasharma1912 opened this issue Jul 26, 2024 · 2 comments

Comments

@adityasharma1912
Copy link

gopacket is using an old version of x/net lib:

golang.org/x/net v0.0.0-20190620200207-3b0461eec859

which in turn uses the following libraries(saw dependencies using "go mod graph" command):

golang.org/x/[email protected] golang.org/x/[email protected] golang.org/x/[email protected] golang.org/x/[email protected] golang.org/x/[email protected] golang.org/x/[email protected]

Out of those: "golang.org/x/[email protected]" has CVE-2020-14040 vulnerability

@FeldrinH
Copy link

This library is no longer maintained (see #1016). Might be worth checking out https://github.com/gopacket/gopacket, which is a more actively maintained fork.

@adityasharma1912
Copy link
Author

thank you @FeldrinH

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