docs: [#429] document deployer scan pass-2 - CRITICAL pending OpenTofu upstream#458
Merged
josecelano merged 1 commit intomainfrom Apr 15, 2026
Merged
docs: [#429] document deployer scan pass-2 - CRITICAL pending OpenTofu upstream#458josecelano merged 1 commit intomainfrom
josecelano merged 1 commit intomainfrom
Conversation
…u upstream Rebuilt torrust/tracker-deployer:local with --no-cache (OpenTofu v1.11.6). Trivy v0.69.3 scan: 46 HIGH / 1 CRITICAL (was 44H/1C in pass-1). CRITICAL CVE-2026-33186 (grpc-go gRPC auth bypass) remains in usr/bin/tofu. Fix requires OpenTofu to upgrade google.golang.org/grpc to v1.79.3+. All Debian OS HIGH CVEs are affected/will_not_fix with no trixie backport. Leave #429 open. Revisit when OpenTofu ships grpc-go >= 1.79.3.
4 tasks
Member
Author
|
ACK f466dfb |
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.
Summary
Documents Remediation Pass 2 for the
torrust/tracker-deployerDocker image CVE scan (issue #429).Changes
docs/security/docker/scans/torrust-tracker-deployer.md— added Pass 2 scan entry (Apr 15, 2026) with full CVE tables and decision rationaledocs/security/docker/scans/README.md— updated deployer row: 46 HIGH / 1 CRITICAL, Apr 15, 2026docs/issues/429-deployer-cves.md— checked off completed steps; filled Outcomeproject-words.txt— addedcpython,kenv,libexpatScan results (Pass 2 — Apr 15, 2026)
Image rebuilt
--no-cachewith OpenTofu v1.11.6 (latest).usr/bin/tofuDecision
Issue #429 remains open.
The CRITICAL CVE-2026-33186 (gRPC-Go authorization bypass via HTTP/2 path validation) is
present in
google.golang.org/grpc v1.76.0embedded inusr/bin/tofu. The fix requiresgrpc-go ≥ 1.79.3; OpenTofu v1.11.6 has not yet updated this dependency.
All Debian OS HIGH CVEs are
affected/will_not_fix/<no-dsa>with no trixiebackports available — accepted risk (same status as backup/Caddy OS layers).
Revisit: when OpenTofu ships v1.11.7+ or v1.12.x with upgraded grpc-go.
Related to #429