Skip to content

fix(security): remediate CVE vulnerabilities#23

Merged
ulucinar merged 2 commits intorelease-0.3from
fix/cve-remediation-release-0.3-20260205-212938
Feb 5, 2026
Merged

fix(security): remediate CVE vulnerabilities#23
ulucinar merged 2 commits intorelease-0.3from
fix/cve-remediation-release-0.3-20260205-212938

Conversation

@upbound-bot
Copy link

Summary

This PR fixes CVE vulnerabilities identified by security scanning.

Tracking issue: https://github.com/upbound/upbound-official-build/issues/228

Vulnerabilities Fixed

CVE/GHSA Severity Package Fixed Version
CVE-2025-61726 High stdlib go1.24.12
CVE-2025-61731 High stdlib go1.24.12
CVE-2025-61728 Medium stdlib go1.24.12
CVE-2025-61730 Medium stdlib go1.24.12

Changes Made

  • Updated Go version from 1.24.11 to 1.24.12 in go.mod

References

Verification

  • Rescanned with cve-scan skill after fixes
  • All listed vulnerabilities resolved

- Update Go version to 1.24.12 (fixes CVE-2025-61726, CVE-2025-61731, CVE-2025-61728, CVE-2025-61730)

Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
@upbound-bot
Copy link
Author

Build Failure Analysis

Check: build (arm64)
Status: Failed
Analyzed: 2026-02-05T21:30:00Z

Summary

The Docker build failed due to a Go version mismatch. The CI workflow uses Go 1.24.4, but go.mod requires Go 1.24.12.

Root Cause

The go.mod file was updated to require Go 1.24.12 for CVE remediation, but the CI workflow (.github/workflows/ci.yml) still specifies GO_VERSION: '1.24.4'. The Docker build uses GOTOOLCHAIN=local, which prevents automatic toolchain downloading, causing the build to fail when it cannot satisfy the Go version requirement.

Error Details

go: go.mod requires go >= 1.24.12 (running go 1.24.4; GOTOOLCHAIN=local)

Recommendation

Update GO_VERSION in .github/workflows/ci.yml from 1.24.4 to 1.24.12 to match the go.mod requirement. A fix is being prepared.


This analysis was generated by the build-failure-analyze skill.

- Update GO_VERSION from 1.24.4 to 1.24.12 to match go.mod requirement

Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
@ulucinar ulucinar merged commit a8f98f4 into release-0.3 Feb 5, 2026
5 checks passed
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.

2 participants