Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') Affecting kibana-8.18-advanced package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.27% (19th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-MINIMOSLATEST-KIBANA818ADVANCED-19659121
  • published10 Sept 2026
  • disclosed1 Sept 2026

Introduced: 1 Sep 2026

NewCVE-2026-84367  (opens in a new tab)
CWE-1321  (opens in a new tab)

How to fix?

There is no fixed version for Minimos:latest kibana-8.18-advanced.

NVD Description

Note: Versions mentioned in the description apply only to the upstream kibana-8.18-advanced package and not the kibana-8.18-advanced package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

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.