Skip to content

EDM-5555: [release-1.2] patch CVE-2026-84292 fast-uri Authority Injection - #802

Merged
amir-yogev-gh merged 1 commit into
flightctl:release-1.2from
redhat-chai-bot:cve-fix/EDM-5555-release-1.2
Sep 6, 2026
Merged

EDM-5555: [release-1.2] patch CVE-2026-84292 fast-uri Authority Injection#802
amir-yogev-gh merged 1 commit into
flightctl:release-1.2from
redhat-chai-bot:cve-fix/EDM-5555-release-1.2

Conversation

@redhat-chai-bot

Copy link
Copy Markdown
Contributor

Summary

Cherry-pick of #799 to release-1.2.

  • Patches CVE-2026-84292 (HIGH, CVSS 7.5) — fast-uri Authority Injection via Unvalidated Port Serialization
  • Adds npm override to pin fast-uri to 3.1.7 (from vulnerable 3.1.6)

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, or equal functions. Fixed in fast-uri 3.1.7.

Fix Strategy

npm override: Added "fast-uri": "3.1.7" to root package.json overrides. Patch-level bump within ^3.0.1 semver range. Conflicts resolved: this branch did not have the immutable override present on main — only the fast-uri override was added.

Validation

  • fast-uri version confirmed at 3.1.7 in lockfile
  • npm run lint — PASS
  • npm run build — PASS

Resolves: EDM-5555


AI-generated. Review for accuracy.

@amir-yogev-gh requested in Slack thread

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>
@coderabbitai

coderabbitai Bot commented Sep 6, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: a3cc932a-01a1-453d-8bdb-920881212792

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@asafbennatan asafbennatan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@amir-yogev-gh
amir-yogev-gh merged commit 1e8c364 into flightctl:release-1.2 Sep 6, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants