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

Docker images contain google golang protobuf 1.26 w/ high severity vuln #369

Closed
mbravorus opened this issue Dec 13, 2021 · 3 comments
Closed
Assignees
Labels
🛑 blocked Waiting for external dependency ⚙️ dependencies Pull requests that update a dependency file

Comments

@mbravorus
Copy link

~$ grype spx01/blocky:latest
 ✔ Vulnerability DB        [no update available]
 ✔ Loaded image            
 ✔ Parsed image            
 ✔ Cataloged packages      [71 packages]
 ✔ Scanned image           [1 vulnerabilities]
NAME                        INSTALLED  FIXED-IN  VULNERABILITY  SEVERITY 
google.golang.org/protobuf  v1.26.0              CVE-2015-5237  High      

Mind you, there's also the github protobuf version which is newer and doesn't have this problem, so I am not sure which one is getting used, but it wouldn't hurt to check.
@0xERR0R
Copy link
Owner

0xERR0R commented Dec 13, 2021

Thanks for pointing to this problem. protobuf is an indirect dependency, which comes from prometheus/client_golang. There is currently the latest version in go.mod

@0xERR0R 0xERR0R added ⚙️ dependencies Pull requests that update a dependency file 🛑 blocked Waiting for external dependency labels Dec 20, 2021
@0xERR0R
Copy link
Owner

0xERR0R commented Jan 19, 2022

Looks like it is a bug in grype: anchore/grype#558

@0xERR0R 0xERR0R self-assigned this Jan 19, 2022
@mbravorus
Copy link
Author

Indeed, seems so. We can close this then, or wait until they fix the false positive - your choice. Thanks for staying on top of this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛑 blocked Waiting for external dependency ⚙️ dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants