GHSA-6w3j-5fw6-r9vr

Suggest an improvement
Source
https://github.com/advisories/GHSA-6w3j-5fw6-r9vr
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-6w3j-5fw6-r9vr/GHSA-6w3j-5fw6-r9vr.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-6w3j-5fw6-r9vr
Aliases
Downstream
Published
2026-09-08T20:55:58Z
Modified
2026-09-08T21:15:03Z
Severity
  • 3.7 (Low) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N CVSS Calculator
Summary
joi: Prototype pollution via a `__proto__` language key in custom messages
Details

Impact

An application that passes attacker-controlled data into joi's custom message configuration (messages(), message(), prefs({ messages }), Joi.extend({ messages }) or rule({ message })) lets the attacker write properties onto Object.prototype, where every object in the process then inherits them. A key named __proto__ was treated as a language name, and the code reused the object it found at that key, which resolves to the prototype rather than to a new own property; a key named constructor did the same to the Object function's statics. A consuming application that gates on the mere presence of a property (if (user.isAdmin)) can be made to take the wrong branch for every object it inspects.

This is not reachable from data that joi validates. Custom messages are schema-construction configuration, normally written by the application developer. Exploitation therefore requires an application that feeds untrusted input straight into schema construction.

Patches

Upgrade to version 18.2.5 or 17.13.6.

Workarounds

Do not pass untrusted input into messages(), message(), prefs({ messages }), Joi.extend({ messages }) or rule({ message }). Or validate that they don't contain any __proto__ or constructor property.

Database specific
{
    "cwe_ids": [
        "CWE-1321"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2026-09-08T20:55:58Z",
    "nvd_published_at": "2026-09-01T21:18:47Z",
    "severity": "LOW"
}
References

Affected packages

npm / joi

Package

Affected ranges

Type
SEMVER
Events
Introduced
17.2.0
Fixed
17.13.6

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-6w3j-5fw6-r9vr/GHSA-6w3j-5fw6-r9vr.json"

npm / @hapi/joi

Package

Name
@hapi/joi
View open source insights on deps.dev
Purl
pkg:npm/%40hapi/joi

Affected ranges

Type
SEMVER
Events
Introduced
16.0.0
Last Affected
17.1.1

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-6w3j-5fw6-r9vr/GHSA-6w3j-5fw6-r9vr.json"

npm / joi

Package

Affected ranges

Type
SEMVER
Events
Introduced
18.0.0
Fixed
18.2.5

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-6w3j-5fw6-r9vr/GHSA-6w3j-5fw6-r9vr.json"