Typo in fixed version for io.grpc:grpc-netty-shaded (CVE-2025-55163)
#9555
Closed
mansguiche
started this conversation in
False Detection
Replies: 2 comments
-
|
Hello @mansguiche Can you re-download Trivy DB and check again? Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you. I can confirm that I am no longer seeing the vuln warning on a scan of v1.75.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
IDs
CVE-2025-55163
Description
Not sure if False detection is the right category for this, sorry if it is not. Feel free to move it.
When scanning a Java project that depends on io.grpc:grpc-netty-shaded, Trivy reports the following for CVE-2025-55163:
However, 1.175.0 does not exist in Maven Central or gRPC’s release history. The latest version available is 1.75.0.
(Maven Central: io.grpc:grpc-netty-shaded)[https://search.maven.org/artifact/io.grpc/grpc-netty-shaded]
→ latest is 1.75.0.
gRPC Java 1.75.0 release notes
→ upgrades Netty to 4.1.124.Final, which fixes CVE-2025-55163.
Netty advisory
→ fixed in Netty 4.1.124.Final / 4.2.4.Final.
So the correct “fixed version” for this package should be:
io.grpc:grpc-netty-shaded:1.75.0Reproduction Steps
Target
Container Image
Scanner
Vulnerability
Target OS
ubuntu lts 22.04
Debug Output
Version
Checklist
-f jsonthat shows data sources and confirmed that the security advisory in data sources was correctBeta Was this translation helpful? Give feedback.
All reactions