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

Fix CVE-2022-29526 vulnerability caused by golang.org/x/sys? #385

Open
amosricky opened this issue Jul 29, 2022 · 2 comments
Open

Fix CVE-2022-29526 vulnerability caused by golang.org/x/sys? #385

amosricky opened this issue Jul 29, 2022 · 2 comments

Comments

@amosricky
Copy link

image

image

It seems there is a medium level problem
The current golang.org/x/sys version in go.mod is v0.0.0-20210320140829-1e4c9ba3b0c4
This problem already be fixed in version 0.0.0-20220412211240-33da011f77ad
Please help this, thank you

@Potterli20
Copy link

@sivakusayan
Copy link

Running govulncheck on this library gives us the following output, so maybe this isn't a problem.

$ govulncheck ./...                                  
Scanning your code and 49 packages across 2 dependent modules for known vulnerabilities...

=== Informational ===

Found 1 vulnerability in packages that you import, but there are no
call stacks leading to the use of this vulnerability. You may not need
to take any action.
See https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck for details.

Vulnerability #1: GO-2022-0493
    Incorrect privilege reporting in syscall and golang.org/x/sys/unix
  More info: https://pkg.go.dev/vuln/GO-2022-0493
  Module: golang.org/x/sys
    Found in: golang.org/x/sys@v0.0.0-20210320140829-1e4c9ba3b0c4
    Fixed in: golang.org/x/sys@v0.0.0-20220412211240-33da011f77ad

No vulnerabilities found.

Share feedback at https://go.dev/s/govulncheck-feedback.

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

3 participants