grpc-ecosystem / grpc-health-probe

A command-line tool to perform health-checks for gRPC applications in Kubernetes and elsewhere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO vulnerability for version 1.20.3 - CVE-2023-24540

pranay-harness opened this issue · comments

A recent CVE has been tagged by the scanners for version 1.20.3

Please bump the version to 1.20.4

See also https://nvd.nist.gov/vuln/detail/CVE-2023-29400. I don't see any actual usage of the vulnerable functions though. Did I overlook something? There is of course some value in getting scanners to be quiet.

Sadly the scanners are notoriously useless and almost never there's an attack vector that can exploit something in your sidecar probe that's only available over the loopback interface and gets no user traffic. I will try to get to bumping deps sometime.

which scanner are you using? Google container scanner is flagging that CVE for our images but trivy isn't so I'm wondering if it's a false positive because I don't see a use of the vulnerable function.

This is reported in Prismacloud scans

Sadly the scanners are notoriously useless and almost never there's an attack vector that can exploit something in your sidecar probe that's only available over the loopback interface and gets no user traffic. I will try to get to bumping deps sometime.

Agree most of the time these are false positives, but would be grateful if the version can be bumped up to 1.20.5

Also GO 1.20.5 released due to vulnerabilities identified in 1.20.4
https://groups.google.com/g/golang-announce/c/q5135a9d924

Can we upgrade the go version to 1.20.5 ?