Skip to content

fix(deps): update dependency joi to v17.13.4 [security]#383

Open
abrain-bot wants to merge 1 commit into
developfrom
renovate/npm-joi-vulnerability
Open

fix(deps): update dependency joi to v17.13.4 [security]#383
abrain-bot wants to merge 1 commit into
developfrom
renovate/npm-joi-vulnerability

Conversation

@abrain-bot

@abrain-bot abrain-bot commented Jun 12, 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 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate.

@abrain-bot abrain-bot changed the title fix(deps): update dependency joi to v18 [security] fix(deps): update dependency joi to v18 [security] - autoclosed Jun 12, 2026
@abrain-bot abrain-bot closed this Jun 12, 2026
@abrain-bot abrain-bot deleted the renovate/npm-joi-vulnerability branch June 12, 2026 20:27
@abrain-bot abrain-bot changed the title fix(deps): update dependency joi to v18 [security] - autoclosed fix(deps): update dependency joi to v17.13.4 [security] Jun 13, 2026
@abrain-bot abrain-bot reopened this Jun 13, 2026
@abrain-bot abrain-bot force-pushed the renovate/npm-joi-vulnerability branch from 66462b4 to 6d7a0b7 Compare June 13, 2026 03:26
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.

2 participants