Skip to content

@⁠forgerock/api-report-0.0.0.tgz: 3 vulnerabilities (highest severity is: 7.5) - autoclosed #632

@mend-for-github-com

Description

@mend-for-github-com
Vulnerable Library - @⁠forgerock/api-report-0.0.0.tgz

Path to vulnerable library: /package.json

Found in HEAD commit: 7a45452d171935f45a606e984267233b96a5db0d

Vulnerabilities

Vulnerability Severity CVSS Dependency Type Fixed in (@⁠forgerock/api-report version) Remediation Possible**
CVE-2026-6322 High 7.5 fast-uri-3.1.0.tgz Transitive N/A*
CVE-2026-6321 High 7.5 fast-uri-3.1.0.tgz Transitive N/A*
CVE-2026-45149 Medium 6.5 brace-expansion-5.0.5.tgz Transitive N/A*

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2026-6322

Vulnerable Library - fast-uri-3.1.0.tgz

Dependency-free RFC 3986 URI toolbox

Library home page: https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • @⁠forgerock/api-report-0.0.0.tgz (Root Library)
    • api-extractor-7.58.2.tgz
      • tsdoc-config-0.18.1.tgz
        • ajv-8.18.0.tgz
          • fast-uri-3.1.0.tgz (Vulnerable Library)

Found in HEAD commit: 7a45452d171935f45a606e984267233b96a5db0d

Found in base branch: main

Vulnerability Details

fast-uri normalize() decoded percent-encoded authority delimiters inside the host component and then re-emitted them as raw delimiters during serialization. A host that combined an allowed domain, an encoded at-sign, and a different domain was re-emitted with the at-sign as a raw userinfo separator, changing the URI's authority to the second domain. Applications that normalize untrusted URLs before host allowlist checks, redirect validation, or outbound request routing can be steered to a different authority than the input appeared to specify. Versions <= 3.1.1 are affected. Update to 3.1.2 or later.

Publish Date: 2026-05-05

URL: CVE-2026-6322

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-05-05

Fix Resolution: fast-uri - 3.1.2,https://github.com/fastify/fast-uri.git - v3.1.2

CVE-2026-6321

Vulnerable Library - fast-uri-3.1.0.tgz

Dependency-free RFC 3986 URI toolbox

Library home page: https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • @⁠forgerock/api-report-0.0.0.tgz (Root Library)
    • api-extractor-7.58.2.tgz
      • tsdoc-config-0.18.1.tgz
        • ajv-8.18.0.tgz
          • fast-uri-3.1.0.tgz (Vulnerable Library)

Found in HEAD commit: 7a45452d171935f45a606e984267233b96a5db0d

Found in base branch: main

Vulnerability Details

fast-uri decoded percent-encoded path separators and dot segments before applying dot-segment removal in its normalize() and equal() functions. Encoded path data was treated like real slashes and parent-directory references, so distinct URIs could collapse onto the same normalized path. Applications that normalize or compare attacker-controlled URLs to enforce path-based policy can be bypassed, with a path that appears confined under an allowed prefix normalizing to a different location. Versions <= 3.1.0 are affected. Update to 3.1.1 or later.

Publish Date: 2026-05-04

URL: CVE-2026-6321

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-q3j6-qgpj-74h6

Release Date: 2026-05-04

Fix Resolution: fast-uri - 3.1.1

CVE-2026-45149

Vulnerable Library - brace-expansion-5.0.5.tgz

Brace expansion as known from sh/bash

Library home page: https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • @⁠forgerock/api-report-0.0.0.tgz (Root Library)
    • api-extractor-7.58.2.tgz
      • minimatch-10.2.3.tgz
        • brace-expansion-5.0.5.tgz (Vulnerable Library)

Found in HEAD commit: 7a45452d171935f45a606e984267233b96a5db0d

Found in base branch: main

Vulnerability Details

The "max" option was being applied too late: When expanding a single large numeric range like "{1..10000000}", the sequence generation loop generates all 10 million intermediate elements before the "max" limit is applied With "max=10", the output is correctly limited to 10 items, but the process still allocates "~505 MB" and spends "~800ms" building the full intermediate array. Workaround Ensure the string to be expanded doesn't contain more values than the desired "max" item count.

Publish Date: 2026-05-18

URL: CVE-2026-45149

CVSS 3 Score Details (6.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-05-18

Fix Resolution: https://github.com/juliangruber/brace-expansion.git - v5.0.6

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions