๐Ÿ” CVE Alert

CVE-2026-33941

HIGH 8.3

Handlebars.js has JavaScript Injection in CLI Precompiler via Unescaped Names and Options

CVSS Score
8.3
EPSS Score
0.0%
EPSS Percentile
5th

Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, the Handlebars CLI precompiler (`bin/handlebars` / `lib/precompiler.js`) concatenates user-controlled strings โ€” template file names and several CLI options โ€” directly into the JavaScript it emits, without any escaping or sanitization. An attacker who can influence template filenames or CLI arguments can inject arbitrary JavaScript that executes when the generated bundle is loaded in Node.js or a browser. Version 4.7.9 fixes the issue. Some workarounds are available. First, validate all CLI inputs before invoking the precompiler. Reject filenames and option values that contain characters with JavaScript string-escaping significance (`"`, `'`, `;`, etc.). Second, use a fixed, trusted namespace string passed via a configuration file rather than command-line arguments in automated pipelines. Third, run the precompiler in a sandboxed environment (container with no write access to sensitive paths) to limit the impact of successful exploitation. Fourth, audit template filenames in any repository or package that is consumed by an automated build pipeline.

CWE CWE-79 CWE-94 CWE-116
Vendor handlebars-lang
Product handlebars.js
Published Mar 27, 2026
Last Updated Apr 1, 2026
Stay Ahead of the Next One

Get instant alerts for handlebars-lang handlebars.js

Be the first to know when new high vulnerabilities affecting handlebars-lang handlebars.js are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

handlebars-lang / handlebars.js
>= 4.0.0, < 4.7.9

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/handlebars-lang/handlebars.js/security/advisories/GHSA-xjpj-3mr7-gcpf github.com: https://github.com/handlebars-lang/handlebars.js/commit/68d8df5a88e0a26fe9e6084c5c6aaebe67b07da2 github.com: https://github.com/handlebars-lang/handlebars.js/releases/tag/v4.7.9