目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-84367— Joi 库 object().rename() 原型链污染漏洞

一分钟漏洞结论

影响对象
hapijs joi
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

joi 是 JavaScript 中用于模式描述和数据验证的工具。在 16.0.0 到 17.13.4(即 17.13.5 之前)以及 18.2.4 之前的版本中,joi 的 中由 调用的内部方法 存在漏洞。当使用正则表达式作为源(source),且目标(target)为 或 并插值了该正则匹配数据,同时配合 选项时,攻击者可以通过控制输入对象的键名来推导最终的目标键名。 具体而言,攻击者可以发送键名为 且值为对象的数据,使得目标键名渲染为 ,从而设置 返回对象的原型(而非创建自身键)。由于全局 未被修改,该影响仅

CVSS 3.7 · Low
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-84367 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
joi: object().rename() with a template target can set the validated object's prototype
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
CWE-1321
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
hapijs joi >= 16.0.0, < 17.13.5 -

二、漏洞 CVE-2026-84367 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-84367 的情报信息

登录查看更多情报信息。

CVE-2026-84367 补丁与修复 (4)

CVE-2026-84367 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-84367

暂无评论


发表评论