Skip to content

chore(deps): update dependency joi to v17.13.4 [security] - #747

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/npm-joi-vulnerability
Open

chore(deps): update dependency joi to v17.13.4 [security]#747
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/npm-joi-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
joi 17.13.317.13.4 age confidence

joi has an uncaught RangeError on deeply nested input through recursive link() schemas

CVE-2026-48038 / GHSA-q7cg-457f-vx79

More information

Details

Impact

Denial of service via untrapped exception in services validating user-supplied JSON / object input with recursive link schemas.

The blast radius depends on how the application invokes joi:

  • Highest impact: validate() called without try/catch in a request handler would cause an unhandled exception, potentially crashing the process.
  • Lower impact: validateAsync() or validate() inside a try/catch, the validation fails, but the error type is RangeError rather than a structured ValidationError, complicating error handling.
Patches

Upgrade to version >= 18.2.1.

Workarounds

Try/catch the validation to avoid uncaught exceptions.

References

Severity

  • CVSS Score: 5.3 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

hapijs/joi (joi)

v17.13.4

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@socket-security

socket-security Bot commented Aug 26, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedjoi@​17.13.3 ⏵ 17.13.4100 +1100 +279 +192 -5100

View full report

@renovate
renovate Bot force-pushed the renovate/npm-joi-vulnerability branch from 8530807 to 9a2bf51 Compare September 3, 2026 21:08
@renovate

renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Error: ERR_PNPM_UPDATE_VERSION_ON_INDIRECT_DEP

  × updating dependencies
  ╰─▶ "joi" (requested "17.13.4") is not a direct dependency, so the requested
      version cannot be recorded.
  help: An update resolves a transitive dependency the way a fresh install
        would, so a version on the command line has no effect on it. To pin
        one, add an override scoped to the range its dependents declare to
        pnpm-workspace.yaml:
        
          overrides:
            joi@<declared range>: 17.13.4
        
        To update it within the range its dependents already declare, drop the
        version: pnpm update joi


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.

0 participants