Skip to content

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

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

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

Conversation

@redhat-chai-bot

Copy link
Copy Markdown
Contributor

Summary

Cherry-pick of #799 to release-1.3.

  • 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.5)

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.

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.

🗂️ Base branches to auto review (1)
  • main

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: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Team

Run ID: 15f2b9ad-d0d5-431f-a40d-b0241ad56f06

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 aab94df into flightctl:release-1.3 Sep 6, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants