Skip to content

Upgrade Go module for docker for fixing overlay network traffic CVEs #1098

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

Closed
carrodher opened this issue May 18, 2023 · 1 comment · Fixed by #1104
Closed

Upgrade Go module for docker for fixing overlay network traffic CVEs #1098

carrodher opened this issue May 18, 2023 · 1 comment · Fixed by #1104

Comments

@carrodher
Copy link

The source-controller shows several CVEs related to the github.com/docker/docker go-lang module: CVE-2023-28840, CVE-2023-28841, CVE-2023-28842. The source-controller ships v20.10.21+incompatible and upgrading it to 20.10.24 or 23.0.3 would address those vulnerabilities.

bin/source-controller (gobinary)

Total: 3 (UNKNOWN: 0, LOW: 0, MEDIUM: 2, HIGH: 1, CRITICAL: 0)

┌──────────────────────────┬────────────────┬──────────┬────────────────────────┬──────────────────┬──────────────────────────────────────────────────────┐
│         Library          │ Vulnerability  │ Severity │   Installed Version    │  Fixed Version   │                        Title                         │
├──────────────────────────┼────────────────┼──────────┼────────────────────────┼──────────────────┼──────────────────────────────────────────────────────┤
│ github.com/docker/docker │ CVE-2023-28840 │ HIGH     │ v20.10.21+incompatible │ 20.10.24, 23.0.3 │ Encrypted overlay network may be unauthenticated     │
│                          │                │          │                        │                  │ https://avd.aquasec.com/nvd/cve-2023-28840           │
│                          ├────────────────┼──────────┤                        │                  ├──────────────────────────────────────────────────────┤
│                          │ CVE-2023-28841 │ MEDIUM   │                        │                  │ Encrypted overlay network traffic may be unencrypted │
│                          │                │          │                        │                  │ https://avd.aquasec.com/nvd/cve-2023-28841           │
│                          ├────────────────┤          │                        │                  ├──────────────────────────────────────────────────────┤
│                          │ CVE-2023-28842 │          │                        │                  │ Encrypted overlay network with a single endpoint is  │
│                          │                │          │                        │                  │ unauthenticated                                      │
│                          │                │          │                        │                  │ https://avd.aquasec.com/nvd/cve-2023-28842           │
└──────────────────────────┴────────────────┴──────────┴────────────────────────┴──────────────────┴──────────────────────────────────────────────────────┘
@stefanprodan
Copy link
Member

stefanprodan commented May 18, 2023

We can’t do 23.0.2, see https://github.com/fluxcd/source-controller/blob/main/go.mod#L11-L18

Docker will get bumped to https://github.com/helm/helm/blob/main/go.mod#L68 along with Helm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants