-
Notifications
You must be signed in to change notification settings - Fork 120
Update ghcr.io/dexidp/dex Docker tag to v2.45.1 #2799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gardener-ci-robot
wants to merge
1
commit into
master
Choose a base branch
from
renovate/ghcr.io-dexidp-dex-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: gardener/dashboard
Length of output: 197
🌐 Web query:
Dex v2.45.1 release information CVE gomplate💡 Result:
As of March 3, 2026, the dexidp/dex project does not have a v2.45.1 release tag; the latest in that series is v2.45.0 (Feb 23, 2026). [1]
For the gomplate/CVE part, the v2.45.0 release notes say: [2]
gomplatein the Dex container image was bumped to v5.0.0 (breaking changes).gomplatebinary: CVE-2025-68121 and CVE-2026-25934.gomplateis described as optional and used only for preprocessing configuration files; Dex maintainers plan to update it once upstream fixes are available.Sources:
[1] Dex tags list (shows latest tag v2.45.0; no v2.45.1) (github.com)
[2] Dex v2.45.0 GitHub release notes (Know Before Upgrade section) (github.com)
Citations:
🌐 Web query:
CVE-2025-68121 CVE-2026-25934 gomplate dex💡 Result:
How this relates to Dex/gomplate: Dex’s v2.45.0 release notes state that the container image includes a
gomplatebinary with two known CVEs: CVE-2025-68121 and CVE-2026-25934. Dex also notesgomplateis optional and used only to preprocess configuration files, and the image will be updated oncegomplateis fixed upstream. [1]CVE-2025-68121 (Go stdlib crypto/tls): A Go standard library issue where, during TLS session resumption, mutating
tls.Configtrust fields (ClientCAs/RootCAs) between the original and resumed handshake can allow the resumed handshake to succeed when it should fail. Fixed in specific Go patch releases (see Go’s advisory for the exact version ranges). [2][3]CVE-2026-25934 (go-git): A vulnerability in github.com/go-git/go-git where integrity check values for Git
.packand.idxfiles were not properly verified, potentially causing consumption of corrupted data and errors (e.g., “object not found”). Fixed in go-git v5.16.5; NVD lists CVSS 4.3 (Medium) from GitHub. [4][5]Practical impact / what to do (Dex context):
gomplate(or Dex image) that incorporates Go’s fix for CVE-2025-68121 and updates go-git to v5.16.5+ (fix for CVE-2026-25934). [1][2][5]Sources
Do not merge: image tag v2.45.1-distroless does not exist.
The official Dex repository (dexidp/dex) does not have a v2.45.1 release; the latest available version is v2.45.0 (Feb 23, 2026). The image tag
v2.45.1-distrolessreferenced in this PR does not exist.The v2.45.0 release includes two known CVEs in the bundled gomplate binary (CVE-2025-68121 and CVE-2026-25934). Since gomplate is optional and used only for preprocessing configuration files, the exposure can be mitigated by not using gomplate-based preprocessing. Dex maintainers plan to update the image once upstream fixes are available.
Additionally, gomplate has been bumped to v5.0.0, which includes breaking changes. If gomplate preprocessing is used, review the breaking changes carefully.
🤖 Prompt for AI Agents