chore(deps): update dependency fast-uri to v3.1.6 [security] - #45
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency fast-uri to v3.1.6 [security]#45renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Deploying furedea-com with
|
| Latest commit: |
97c92e6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ab9df99e.furedea-com.pages.dev |
| Branch Preview URL: | https://renovate-npm-fast-uri-vulner.furedea-com.pages.dev |
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.
This PR contains the following updates:
3.1.5→3.1.6fast-uri vulnerable to host confusion via skipped IDN canonicalization on scheme-relative references
CVE-2026-75931 / GHSA-5jgf-p345-68v8
More information
Details
Impact
fast-uricanonicalizes a host to its ASCII form only when the input carries an explicit scheme. Whenresolve()resolves a scheme-relative reference (//host/) against a scheme-bearing base, it still emits the host verbatim even though the effective scheme is known, so re-parsing the resolved URI yields a different host than the oneresolve()returned. An application that resolves an untrusted reference withfast-uriand then checks or routes on the resulting host can make a policy decision on one host and reach another. This is an incomplete-fix variant of CVE-2026-13676, whose IDN canonicalization was applied only to the scheme-bearing form.Patches
Upgrade to
fast-uri2.4.5, 3.1.6, or 4.1.3.resolve()now canonicalizes the host once the effective scheme is known, and fails closed if a raw non-ASCII host cannot be converted.Workarounds
Resolve scheme-relative references against a base that carries a scheme before performing any host-policy or origin check.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
fastify/fast-uri (fast-uri)
v3.1.6Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.