Skip to content

fix: bootstrapRunner CVE#1213

Open
dmelnyk-octo wants to merge 5 commits intomainfrom
dmelnyk/fix-bootstraprunner-cve
Open

fix: bootstrapRunner CVE#1213
dmelnyk-octo wants to merge 5 commits intomainfrom
dmelnyk/fix-bootstraprunner-cve

Conversation

@dmelnyk-octo
Copy link
Copy Markdown
Collaborator

@dmelnyk-octo dmelnyk-octo commented Apr 28, 2026

Background

Customer's security scanner hits on https://nvd.nist.gov/vuln/detail/cve-2025-68121. It doesn't look like we are vulnerable but it creates unwanted noise, plus there might be other customer who can't use the image because of the internal policies.

CVEs:

pkg:golang/stdlib@1.22.12

    ✗ CRITICAL CVE-2025-68121
      https://scout.docker.com/v/CVE-2025-68121
      Affected range : <1.24.13
      Fixed version  : 1.24.13

    ✗ CRITICAL CVE-2025-22871
      https://scout.docker.com/v/CVE-2025-22871
      Affected range : <1.23.8
      Fixed version  : 1.23.8

Results

Fixes critical CVE-2025-68121 and CVE-2025-22871 that can be found by scanning octopusdeploy/kubernetes-agent-tentacle with tools like docker scout.

bootstrapRunner.go doesn't have any dependencies and using only standard library packages. Minor go versions do not include breaking changes so it's safe.
I have ran agent locally with freshly built bootstrapRunner just in case and all looks good.

Before

┌──────────┬───────┐
│ Severity │ Count │
├──────────┼───────┤
│ Critical │ 2     │
├──────────┼───────┤
│ High     │ 12    │
├──────────┼───────┤
│ Medium   │ 19    │
├──────────┼───────┤
│ Low      │ 43    │
└──────────┴───────┘

After

┌──────────┬───────┐
│ Severity │ Count │
├──────────┼───────┤
│ Critical │ 0     │
├──────────┼───────┤
│ High     │ 2     │
├──────────┼───────┤
│ Medium   │ 2     │
├──────────┼───────┤
│ Low      │ 41    │
└──────────┴───────┘

Pre-requisites

  • I have read How we use GitHub Issues for help deciding when and where it's appropriate to make an issue.
  • I have considered informing or consulting the right people, according to the ownership map.
  • I have considered appropriate testing for my change.

@dmelnyk-octo dmelnyk-octo requested a review from a team as a code owner April 28, 2026 16:49
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 28, 2026

CLA assistant check
All committers have signed the CLA.

@dmelnyk-octo dmelnyk-octo changed the title Dmelnyk/fix bootstrapRunner CVE fixЖ bootstrapRunner CVE Apr 29, 2026
@dmelnyk-octo dmelnyk-octo changed the title fixЖ bootstrapRunner CVE fix: bootstrapRunner CVE Apr 29, 2026
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 this pull request may close these issues.

3 participants