You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using helm binary as part of my docker image and when I scan the image I found 1 CRITICAL security vulnerability in helm binary
=============================
Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 1)
┌──────────────────────────┬────────────────┬──────────┬────────┬──────────────────────┬─────────────────────────┬────────────────────────────────────────────┐
│ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │
├──────────────────────────┼────────────────┼──────────┼────────┼──────────────────────┼─────────────────────────┼────────────────────────────────────────────┤
│ github.com/docker/docker │ CVE-2024-41110 │ CRITICAL │ fixed │ v25.0.5+incompatible │ 23.0.14, 26.1.4, 27.1.0 │ moby: Authz zero length regression │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2024-41110 │
└──────────────────────────┴────────────────┴──────────┴────────┴──────────────────────┴─────────────────────────┴────────────────────────────────────────────┘```
And also i found same issue while scanning the helm binary with **govulncheck** binary
```=== Symbol Results ===
Vulnerability #1: GO-2024-3005
Moby authz zero length regression in github.com/moby/moby
More info: https://pkg.go.dev/vuln/GO-2024-3005
Module: github.com/docker/docker
Found in: github.com/docker/[email protected]+incompatible
Fixed in: github.com/docker/[email protected]+incompatible
Vulnerable symbols found:
#1: authorization.Ctx.AuthZRequest
#2: authorization.Ctx.AuthZResponse```
Can you please help me in fixing this issue
The text was updated successfully, but these errors were encountered:
I am using helm binary as part of my docker image and when I scan the image I found 1 CRITICAL security vulnerability in helm binary
The text was updated successfully, but these errors were encountered: