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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-87123— hbs 拒绝服务漏洞

一分钟漏洞结论

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

hbs 是一个用于 Handlebars 的 Express 视图引擎封装库。在 4.3.0 版本中,当通过 注册的异步辅助函数解析为一个对象,且该对象的 属性为真值但不可调用时,Node.js 进程会在输出转义阶段发生崩溃。Handlebars 的 函数会对任何具有真值 属性的值调用其 方法,因此这类值会抛出 。由于异步替换发生在渲染函数 块之外的后续事件循环 tick 中,该异常成为未捕获异常,导致进程终止且未发送响应。仅 4.3.0 版本受影响,因为引入抛出异常的转义逻辑是为了修复 CVE-2026-1623

CVSS 5.9 · Medium EPSS 0.41% · P35
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
hbs vulnerable to Denial of Service via unhandled exception in async helper output escaping
来源: CVE Program / CVE List V5
Vulnerability Description
hbs is an Express view engine wrapper for Handlebars. Version 4.3.0 can crash the Node.js process during output escaping when an async helper, registered with registerAsyncHelper, resolves to an object whose toHTML property is truthy but not callable. Handlebars escapeExpression calls the toHTML method on any value that has a truthy toHTML, so such a value throws a TypeError, and because the async substitution runs on a later tick outside the render function's try/catch, the throw is an uncaught exception that terminates the process without sending a response. Only version 4.3.0 is affected, since the throwing escape was introduced by the fix for CVE-2026-16231 and earlier versions do not escape async helper values. It can be triggered remotely when an async helper resolves to an externally influenced object such as parsed JSON. The issue is fixed in hbs 4.3.1, and users should upgrade to hbs 4.3.1 or later.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
未捕获的异常
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
hbs hbs 4.3.0 ~ 4.3.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-87123

暂无评论


发表评论