Improper Check for Unusual or Exceptional Conditions Affecting org.webjars.npm:handlebars package, versions [,4.7.9)


Severity

Recommended
0.0
high
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.62% (46th 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-JAVA-ORGWEBJARSNPM-15807043
  • published31 Mar 2026
  • disclosed27 Mar 2026
  • credittrace37labs

Introduced: 27 Mar 2026

CVE-2026-33939  (opens in a new tab)
CWE-754  (opens in a new tab)

How to fix?

Upgrade org.webjars.npm:handlebars to version 4.7.9 or higher.

Overview

org.webjars.npm:handlebars is an extension to the Mustache templating language.

Affected versions of this package are vulnerable to Improper Check for Unusual or Exceptional Conditions through the registerDecorator path in lib/handlebars/compiler/javascript-compiler.js. An attacker can crash the Node.js process by supplying a template with malformed or unregistered decorator syntax, causing the compiled template to call an undefined decorator as a function. This affects applications that compile untrusted templates at request time, especially when the compile/render call is not wrapped in try/catch. A single malicious template such as {{*n}} can trigger an unhandled TypeError and terminate the process.

**Workarounds**

  • Wrap compilation and rendering in try/catch.
  • Validate template input before passing it to compile(), and reject decorator syntax if decorators are not used.
  • Use pre-compilation at build time and avoid calling compile() on request-time input.

CVSS Base Scores

version 4.0
version 3.1