Hi Fleet, it's me (Aditya) from Atlassian. :slight...
# fleet
a
Hi Fleet, it's me (Aditya) from Atlassian. šŸ™‚ I have a couple items I want to discuss here. The first one is regarding CVEs. We're tracking three CVEs in our Fleet server container images that are currently violating our internal SLO: šŸ”“ CVE-2026-39821 (Critical) • Package:
<http://golang.org/x/net|golang.org/x/net>
• Current (v4.88.0):
v0.53.0
→ Fix:
v0.55.0
šŸ”“ CVE-2026-39832 (Critical) • Package:
<http://golang.org/x/crypto|golang.org/x/crypto>
• Current (v4.88.0):
v0.50.0
→ Fix:
v0.52.0
🟠 CVE-2023-32698 (High) • Package:
<http://github.com/goreleaser/nfpm/v2|github.com/goreleaser/nfpm/v2>
• Current (v4.88.0):
v2.20.0
→ Fix:
v2.29.0
I noticed that
main
already has the fixed versions for
<http://golang.org/x/net|golang.org/x/net>
(v0.55.0) and
<http://golang.org/x/crypto|golang.org/x/crypto>
(v0.52.0) — looks like those have been merged for about 2 weeks now in your
main
branch. However, the latest releases (v4.87.0, v4.88.0) don't seem to include them. Could you let us know: 1. Which upcoming release will include these dependency bumps? 2. Is there a timeline for bumping
goreleaser/nfpm/v2
from v2.20.0 to v2.29.0 to address CVE-2023-32698? These are hitting our vulnerability SLO so any visibility into release timing would be really helpful.
šŸ‘‹ 1
šŸ‘ 1
l
Hi @Aditya Oza! The fixes for the first two CVEs will be released in v4.89.0 (not earlier than July 10th).
2. Is there a timeline for bumping
goreleaser/nfpm/v2
from v2.20.0 to v2.29.0 to address CVE-2023-32698?
It's a CVE in a fleetctl dependency, not the fleet server. See github.com/fleetdm/fleet/blob/…/status.md?plain=1#… for the exclusion from the fleetdm/fleet server image. And the exclusion from the fleetctl binary itself: github.com/fleetdm/fleet/blob/…/status.md?plain=1#….