Fix critical vulnerabilities in Node.js and Caddy base images#21326
Merged
Fix critical vulnerabilities in Node.js and Caddy base images#21326
Conversation
- Update Node.js from 22.15.1 to 22.22.0 in server, gitpod-db, ws-manager-bridge, and gitpod-web-extension Dockerfiles. Fixes CVE-2025-15467 (OpenSSL) and CVE-2025-55130 (Node.js). - Update Caddy from v2.11.0-beta.2 to v2.11.1 (stable) in proxy and ide-proxy Dockerfiles and all proxy plugin Go modules. Includes 6 security patches (CVE-2026-27585 through CVE-2026-27590). The image-builder-bob buildkit base image (ghcr.io/gitpod-io/buildkit:v0.20.1-gitpod.4) also has critical vulns (CVE-2025-15467, CVE-2025-22871, CVE-2025-68121) but requires a separate rebuild of that external image. Co-authored-by: Ona <no-reply@ona.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Fixes CVE-2025-15467 (OpenSSL), CVE-2025-22871 and CVE-2025-68121 (Go stdlib) in the image-builder-bob Docker image. Co-authored-by: Ona <no-reply@ona.com>
corneliusludmann
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the critical vulnerabilities reported by the main build.
Changes
Node.js 22.15.1 → 22.22.0 (server, gitpod-db, ws-manager-bridge, gitpod-web-extension)
Caddy v2.11.0-beta.2 → v2.11.1 stable (proxy, ide-proxy, all proxy plugins)
Buildkit v0.20.1-gitpod.4 → v0.20.1-gitpod.5 (image-builder-bob)
Resolves: CLC-2225