EDM-5555: [release-1.2] patch CVE-2026-84292 fast-uri Authority Injection - #802
Merged
amir-yogev-gh merged 1 commit intoSep 6, 2026
Conversation
Add npm override to pin fast-uri to 3.1.7, fixing CVE-2026-84292 (CVSS 7.5 HIGH). fast-uri < 3.1.7 serializes the port component of a URI without validation, allowing authority injection via unvalidated port serialization. Strategy: npm override (lowest risk). fast-uri 3.1.7 is within the existing ^3.0.1 semver range. Follows the project's existing override pattern for js-yaml and immutable. Resolves: https://redhat.atlassian.net/browse/EDM-5555 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
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
Cherry-pick of #799 to
release-1.2.CVE Details
CVE-2026-84292 — fast-uri serializes the port component of a URI without validation, allowing authority injection when untrusted data is assigned to the port through
serialize,normalize, orequalfunctions. Fixed in fast-uri 3.1.7.Fix Strategy
npm override: Added
"fast-uri": "3.1.7"to rootpackage.jsonoverrides. Patch-level bump within^3.0.1semver range. Conflicts resolved: this branch did not have theimmutableoverride present on main — only thefast-urioverride was added.Validation
npm run lint— PASSnpm run build— PASSResolves: EDM-5555
AI-generated. Review for accuracy.
@amir-yogev-gh requested in Slack thread