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

Azcopy failing Nexus IQ scan with security vulnerability over x/text package #1246

Closed
jayaraj-selvaraj opened this issue Nov 10, 2020 · 1 comment · Fixed by #1248
Closed
Assignees
Labels
Milestone

Comments

@jayaraj-selvaraj
Copy link

Which version of the AzCopy was used?

Note: The version is visible when running AzCopy without any argument

Azcopy 10.7.0 latest

Which platform are you using? (ex: Windows, Mac, Linux)

Linux

What command did you run?

Nexus IQ Scan on the go.sum file

Note: Please remove the SAS to avoid exposing your credentials. If you cannot remember the exact command, please retrieve it from the beginning of the log file.

What problem was encountered?

Security vulnerability reported as Azcopy 10.7.0 uses x/text package (below 0.3.3).
As per the go.sum file it used 0.3.0 an 0.3.2

Report mentioned --> x/text package below 0.3.3 has vulnerability in encoding/unicode that could lead to UTF-16 decoder entering an infinite loop, causing program to crash or run out of memory.

How can we reproduce the problem in the simplest way?

Running a Nexus IQ scan

Have you found a mitigation/solution?

As per the recommendation, Go modules to be updated to use x/text package v0.3.3 which addresses this vulnerability.
Ref: golang/go#39491

@zezha-msft
Copy link
Contributor

Thank you @jayaraj-selvaraj for reporting this issue! I see it's an indirect dependency of ours. We'll get it fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants