Skip to content

Update dependency joi to v17 [SECURITY] - #123

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

Update dependency joi to v17 [SECURITY]#123
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/npm-joi-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Jun 12, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
joi ^13.1.2^17.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

v17.13.3

Compare Source

v17.13.2

Compare Source

v17.13.1

Compare Source

v17.13.0

Compare Source

v17.12.3

Compare Source

v17.12.2

Compare Source

v17.12.1

Compare Source

v17.12.0

Compare Source

v17.11.1

Compare Source

v17.11.0

Compare Source

v17.10.2

Compare Source

v17.10.1

Compare Source

v17.10.0

Compare Source

v17.9.2

Compare Source

v17.9.1

Compare Source

v17.9.0

Compare Source

v17.8.4

Compare Source

v17.8.3

Compare Source

v17.8.2

Compare Source

v17.8.1

Compare Source

v17.8.0

Compare Source

v17.7.1

Compare Source

v17.7.0

Compare Source

v17.6.4

Compare Source

v17.6.3

Compare Source

v17.6.2

Compare Source

v17.6.1

Compare Source

v17.6.0

Compare Source

v17.5.0

Compare Source

v17.4.3

Compare Source

v17.4.2

Compare Source

v17.4.1

Compare Source

v17.4.0

Compare Source

v17.3.0

Compare Source

v17.2.1

Compare Source

v17.2.0

Compare Source

v17.1.1

Compare Source

v14.3.1

Compare Source

v14.3.0

Compare Source

v14.2.0

Compare Source

v14.1.1

Compare Source

v14.1.0

Compare Source

v14.0.6

Compare Source

v14.0.5

Compare Source

v14.0.4

Compare Source

v14.0.3

Compare Source

v14.0.2

Compare Source

v14.0.1

Compare Source

v14.0.0

Compare Source

v13.7.0

Compare Source

v13.6.0

Compare Source

v13.5.2

Compare Source

v13.5.1

Compare Source

v13.5.0

Compare Source

v13.4.0

Compare Source

v13.3.0

Compare Source

v13.2.0

Compare Source


Configuration

📅 Schedule: (UTC)

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

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

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 force-pushed the renovate/npm-joi-vulnerability branch from 9802d45 to edea6d4 Compare June 14, 2026 06:55
@renovate renovate Bot changed the title Update dependency joi to v18 [SECURITY] Update dependency joi to v17 [SECURITY] Jun 14, 2026
@renovate renovate Bot changed the title Update dependency joi to v17 [SECURITY] Update dependency joi to v18 [SECURITY] Jul 17, 2026
@renovate
renovate Bot force-pushed the renovate/npm-joi-vulnerability branch from edea6d4 to d2e9f0e Compare July 17, 2026 23:28
@renovate renovate Bot changed the title Update dependency joi to v18 [SECURITY] Update dependency joi to v17 [SECURITY] Jul 18, 2026
@renovate
renovate Bot force-pushed the renovate/npm-joi-vulnerability branch 2 times, most recently from 7a63dc3 to 197f7ba Compare July 25, 2026 04:08
@renovate renovate Bot changed the title Update dependency joi to v17 [SECURITY] Update dependency joi to v18 [SECURITY] Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/npm-joi-vulnerability branch from 197f7ba to 83c7132 Compare July 29, 2026 23:38
@renovate renovate Bot changed the title Update dependency joi to v18 [SECURITY] Update dependency joi to v17 [SECURITY] Jul 29, 2026
@renovate
renovate Bot force-pushed the renovate/npm-joi-vulnerability branch from 83c7132 to 196bbbb Compare August 1, 2026 06:57
@renovate renovate Bot changed the title Update dependency joi to v17 [SECURITY] Update dependency joi to v18 [SECURITY] Aug 1, 2026
@renovate
renovate Bot force-pushed the renovate/npm-joi-vulnerability branch from 196bbbb to c03e0d0 Compare August 5, 2026 03:36
@renovate renovate Bot changed the title Update dependency joi to v18 [SECURITY] Update dependency joi to v17 [SECURITY] Aug 5, 2026
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