Vuln Signal Radar
public-safe defensive signal
MEDIUMpublic-safe

CVE-2026-87123

NVD: hbs is an Express view engine wrapper for Handlebars. NVD: 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. NVD: 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...

CVSS
5.9
Severity
MEDIUM
EPSS
0.0026 (17)
KEV
-

Source-published summary

NVD: hbs is an Express view engine wrapper for Handlebars. NVD: 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. NVD: 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...

Possible impact

Source describes service availability risk. Possible impact: The affected service may become unavailable or unreliable.

Affected context

Affected product or version requires source confirmation.

Remediation / advisory

Patch confirmed by source text; fixed version context: hbs.

Why it matters

Source describes service availability risk. Possible impact: The affected service may become unavailable or unreliable.; CVSS 5.9 (MEDIUM); EPSS percentile 17; not listed in KEV; Patch confirmed by source text; fixed version context: hbs; sources: NVD, OSV.

What to verify

Confirm affected product/version, vendor advisory, patch or mitigation, and exposure.

Exposure hint

exposure unknown

Impact tags

service availability review

Urgency reasons

vendor advisory presentrecent updateremediation reference present

Source-derived note

Summary derived from NVD / OSV description; unsafe procedural detail is not shown.

Redaction metadata

source summary used
True
fallback summary used
False
unsafe procedural detail present
false
raw source displayed
false
public summary redacted
true

Remediation handoff

Public-safe static handoff for human/Codex remediation planning. Scan, patch, external execution, and auto remediation are disabled.

Safety note

This radar shows source-published defensive context only. Exploit procedures, exploit strings, scanner commands, and auto-remediation are not provided.

Official references