fix(security): Update pnpm to 10.27.0 in Dockerfiles #180

Closed
opened 2026-02-01 23:55:17 +00:00 by jason.woltje · 0 comments
Owner

Summary

Trivy scan identified HIGH severity vulnerabilities in pnpm 10.19.0 used in Docker builds.

Affected Package

Package Current Fixed CVEs
pnpm 10.19.0 10.27.0 CVE-2025-69262, CVE-2025-69263, CVE-2025-69264

Affected Images

  • mosaic/web (directly uses pnpm in production stage)
  • mosaic/api (uses pnpm for build)

Affected Files

  • apps/api/Dockerfile (line 8)
  • apps/web/Dockerfile (lines 8, 81)

Remediation

  1. Update Dockerfiles: corepack prepare pnpm@10.27.0 --activate
  2. Rebuild and push images
  3. Verify vulnerabilities are resolved in Harbor

Priority

HIGH - These are production images with known vulnerabilities.

## Summary Trivy scan identified HIGH severity vulnerabilities in pnpm 10.19.0 used in Docker builds. ## Affected Package | Package | Current | Fixed | CVEs | |---------|---------|-------|------| | pnpm | 10.19.0 | 10.27.0 | CVE-2025-69262, CVE-2025-69263, CVE-2025-69264 | ## Affected Images - mosaic/web (directly uses pnpm in production stage) - mosaic/api (uses pnpm for build) ## Affected Files - apps/api/Dockerfile (line 8) - apps/web/Dockerfile (lines 8, 81) ## Remediation 1. Update Dockerfiles: `corepack prepare pnpm@10.27.0 --activate` 2. Rebuild and push images 3. Verify vulnerabilities are resolved in Harbor ## Priority HIGH - These are production images with known vulnerabilities.
jason.woltje added the security label 2026-02-01 23:55:17 +00:00
jason.woltje added this to the M4.2-Infrastructure (0.0.4) milestone 2026-02-01 23:57:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#180