-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[2.16] io.grpc:grpc-protobuf CVE-2023-1428 & CVE-2023-32731 #34736
Comments
/cc @sberyozkin @brunobat |
I did a
|
cc @alesj |
FWIW, I had a brief look at the 1.52.0+ dependabot PRs for grpc that went into main and it looks like none of them required special adjustments. |
@cescoffier Hi Clement are you aware of these issues being possibly fixed with newer Vert.x releases in 3.x ? Though the dates of CVEs are very recent, may be not |
Latest OWASP report does not show these CVEs on |
@sberyozkin Quarkus defines the version of these artifacts. So we can update even in 2.16. |
@cescoffier Can you please suggest backports for related PRs in the 3.x base ? |
That's not exactly true that we could apply all upgrade without changes: https://github.com/quarkusio/quarkus/pull/32140/files . But we can update to 1.53.0 as a first step. |
Yes, we cannot update blindly. |
The upgrade is part of #34895 . |
Describe the bug
trivy started to report these two issues (ranked as "HIGH") for my app which is still on 2.16(.8):
In my case this dependency seems to be coming from the OTEL OTLP export feature.
In this case Quarkus is a client (right?) so I'm under the impression that those are non-issues for me (would appreciate a confirmation here).
I suppose other use-cases of
grpc-protobuf
might in fact be vulnerable.PS: main/3.x has moved far beyond the affected grpc version.
PPS: I haven't checked 2.13.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
The text was updated successfully, but these errors were encountered: