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

Outdated and vulnerable golang protobuf dependency #75

Closed
jperezdealgaba opened this issue May 15, 2024 · 3 comments
Closed

Outdated and vulnerable golang protobuf dependency #75

jperezdealgaba opened this issue May 15, 2024 · 3 comments
Labels
area/dependency Issues or PRs related to dependency changes

Comments

@jperezdealgaba
Copy link

Hello!

We are using ansible-operator-plugins for some internal developments and after performing SAST on the project we noticed that that the used protobuf version is vulnerable to several attacks:

✗ Medium severity vulnerability found in google.golang.org/protobuf/internal/encoding/json
Description: Infinite loop
Info: LINK
Introduced through: google.golang.org/protobuf/internal/encoding/[email protected]
From: google.golang.org/protobuf/internal/encoding/[email protected]
Fixed in: 1.33.0
CVE: LINK

✗ Medium severity vulnerability found in google.golang.org/protobuf/encoding/protojson
Description: Stack-based Buffer Overflow
Info: LINK
Introduced through: google.golang.org/protobuf/encoding/[email protected]
From: google.golang.org/protobuf/encoding/[email protected]
Fixed in: 1.32.0

✗ Medium severity vulnerability found in google.golang.org/protobuf/encoding/protojson
Description: Infinite loop
Info: LINK
Introduced through: google.golang.org/protobuf/encoding/[email protected]
From: google.golang.org/protobuf/encoding/[email protected]
Fixed in: 1.33.0
Vulnerability Report: LINK

Would it be possible that the probuf version is updated to the most recent version? Thank you!

@acornett21 acornett21 added the area/dependency Issues or PRs related to dependency changes label May 15, 2024
@chiragkyal
Copy link

@jperezdealgaba @acornett21 I think we are now using google.golang.org/protobuf v1.33.0. Are we good to close this issue?

google.golang.org/protobuf v1.33.0 // indirect

@jperezdealgaba
Copy link
Author

/LGTM!

@acornett21
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes
Projects
None yet
Development

No branches or pull requests

3 participants