fix(deps): update module github.com/traefik/traefik/v2 to v2.11.14 [security] #465
+51
−17
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.
This PR contains the following updates:
v2.11.9
->v2.11.14
GitHub Vulnerability Alerts
CVE-2024-52003
Impact
There is a vulnerability in Traefik that allows the client to provide the
X-Forwarded-Prefix
header from an untrusted source.Patches
Workarounds
No workaround.
For more information
If you have any questions or comments about this advisory, please open an issue.
Original Description
Summary
The previously reported open redirect (GHSA-6qq8-5wq3-86rp) is not fixed correctly. The safePrefix function can be tricked to return an absolute URL.
Details
The Traefik API dashboard component tries to validate that the value of the header X-Forwarded-Prefix is a site relative path:
PoC
An attacker can bypass this by sending the following payload:
or similar:
Impact
Similar to the previously reported bug. In cache poisoning scenarios this may be exploitable.
Release Notes
traefik/traefik (github.com/traefik/traefik/v2)
v2.11.14
Compare Source
All Commits
Bug fixes:
Documentation:
v2.11.13
Compare Source
All Commits
Bug fixes:
Documentation:
v2.11.12
Compare Source
All Commits
Bug fixes:
dbd6c38
(#11162 by kevinpollet)Documentation:
v2.11.11
Compare Source
All Commits
Bug fixes:
8e14b1b
(#11141 by kevinpollet)Documentation:
v2.11.10
Compare Source
All Commits
Bug fixes:
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.