Katalog CVE

CVE-2026-84367

NiskieCVSS 3.7
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W bibliotece joi występuje podatność w implementacji internals.rename() używanej przez object().rename(). Pozwala ona na utworzenie schematu, który przy użyciu wyrażenia regularnego i celu Joi.expression() lub Joi.x() z interpolacją danych dopasowania, może ustawić prototyp obiektu zwracanego przez validate() na __proto__ zamiast utworzyć zwykły klucz.

Ocena ryzyka

Atakujący może wpłynąć na prototyp obiektu zwracanego przez walidację, co może prowadzić do nieoczekiwanego zachowania aplikacji, ale nie modyfikuje globalnego Object.prototype.

Rekomendacja

Zaktualizuj bibliotekę joi do wersji 17.13.5 lub 18.2.4, które zawierają poprawkę.

Inne podatności w joi

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS