Skip to content

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

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/master-npm-joi-vulnerability
Jun 13, 2026
Merged

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

Conversation

@renovate

@renovate renovate Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
joi dependencies patch 17.13.317.13.4 OpenSSF Scorecard

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


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 OSV and 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.

@renovate
renovate Bot enabled auto-merge June 11, 2026 21:13
@socket-security

socket-security Bot commented Jun 11, 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 +195100

View full report

@renovate renovate Bot changed the title fix(deps): update dependency joi to v18 [security] (master) fix(deps): update dependency joi to v18 [security] (master) - autoclosed Jun 13, 2026
@renovate renovate Bot closed this Jun 13, 2026
auto-merge was automatically disabled June 13, 2026 01:39

Pull request was closed

@renovate
renovate Bot deleted the renovate/master-npm-joi-vulnerability branch June 13, 2026 01:39
@renovate renovate Bot changed the title fix(deps): update dependency joi to v18 [security] (master) - autoclosed chore(deps): update dependency joi to v17.13.4 [security] (master) Jun 13, 2026
@renovate renovate Bot reopened this Jun 13, 2026
@renovate
renovate Bot force-pushed the renovate/master-npm-joi-vulnerability branch 2 times, most recently from 8af04a9 to f8e8a44 Compare June 13, 2026 06:06
@codecov

codecov Bot commented Jun 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (3bc80d3) to head (f8e8a44).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1416   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          111       111           
  Lines          356       356           
=========================================
  Hits           356       356           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot merged commit f714b36 into master Jun 13, 2026
24 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.

0 participants