CVE-2026-84367: joi: object().rename() with a template target can set the validated object's prototype

Published Sep 1, 2026
·
Updated

joi is a schema description language and data validator for JavaScript. From 16.0.0 until 17.13.5 and 18.2.4, joi's lib/types/keys.js internals.rename() implementation used by object().rename() permits a schema that renames keys with a regular-expression source and a Joi.expression() or Joi.x() target that interpolates the pattern's own match data, combined with { multiple: true }, to derive a target from an attacker-controlled input key. An attacker can send x-proto with an object value, causing the target to render as proto and set the prototype of the object returned by validate() instead of creating an own key. The global Object.prototype is not modified, so the effect is confined to the object returned by that validation call. Static-string targets and schemas using the default { multiple: false } are not affected. This issue is fixed in versions 17.13.5 and 18.2.4.

Affected Software

2 affected components
joi joi>=16.0.0<17.13.5, =18.2.4
joi>17.13.5<=18.2.4

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade joi to a version that resolves this vulnerability.

    Fixed in 17.13.5
  2. Upgrade

    Upgrade joi to a version that resolves this vulnerability.

    Fixed in 18.2.4

Event History

Sep 1, 2026
CVE Published
via MITRE·08:33 PM
Data Sourced
via MITRE·08:33 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which schemas are affected in practice?

A schema is affected only when object().rename() uses a regular-expression source, a Joi.expression() or Joi.x() target that interpolates match data, and { multiple: true }. Static-string targets and the default { multiple: false } setting are not affected.

2

What input is needed to trigger the issue?

An attacker must be able to supply an object key that is processed by the vulnerable rename rule. For example, an input key of x-__proto__ with an object value can render the rename target as __proto__.

3

What is the impact of a successful exploit?

The prototype of the object returned by validate() can be set instead of creating an own property. Object.prototype globally is not modified, so the effect is limited to that validation result.

4

Which versions contain fixes?

The issue is fixed in joi versions 17.13.5 and 18.2.4. Affected versions begin at 16.0.0 and extend until those fixed releases.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203