ubuntu-cve-2026-33937
Vulnerability from osv_ubuntu
Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, Handlebars.compile() accepts a pre-parsed AST object in addition to a template string. The value field of a NumberLiteral AST node is emitted directly into the generated JavaScript without quoting or sanitization. An attacker who can supply a crafted AST to compile() can therefore inject and execute arbitrary JavaScript, leading to Remote Code Execution on the server. Version 4.7.9 fixes the issue. Some workarounds are available. Validate input type before calling Handlebars.compile(); ensure the argument is always a string, never a plain object or JSON-deserialized value. Use the Handlebars runtime-only build (handlebars/runtime) on the server if templates are pre-compiled at build time; compile() will be unavailable.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "handlebars",
"binary_version": "3:4.0.10-5"
},
{
"binary_name": "libjs-handlebars",
"binary_version": "3:4.0.10-5"
},
{
"binary_name": "libjs-handlebars.runtime",
"binary_version": "3:4.0.10-5"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "node-handlebars",
"purl": "pkg:deb/ubuntu/node-handlebars@3:4.0.10-5?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3:4.0.10-5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "handlebars",
"binary_version": "3:4.7.2-1"
},
{
"binary_name": "libjs-handlebars",
"binary_version": "3:4.7.2-1"
},
{
"binary_name": "libjs-handlebars.runtime",
"binary_version": "3:4.7.2-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "node-handlebars",
"purl": "pkg:deb/ubuntu/node-handlebars@3:4.7.2-1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3:4.1.0-1",
"3:4.5.3-1",
"3:4.7.2-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "handlebars",
"binary_version": "3:4.7.7+~4.1.0-1"
},
{
"binary_name": "libjs-handlebars",
"binary_version": "3:4.7.7+~4.1.0-1"
},
{
"binary_name": "libjs-handlebars.runtime",
"binary_version": "3:4.7.7+~4.1.0-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "node-handlebars",
"purl": "pkg:deb/ubuntu/node-handlebars@3:4.7.7+~4.1.0-1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3:4.7.6+~4.1.0-2",
"3:4.7.7+~4.1.0-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "handlebars",
"binary_version": "3:4.7.7+~4.1.0-1"
},
{
"binary_name": "libjs-handlebars",
"binary_version": "3:4.7.7+~4.1.0-1"
},
{
"binary_name": "libjs-handlebars.runtime",
"binary_version": "3:4.7.7+~4.1.0-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "node-handlebars",
"purl": "pkg:deb/ubuntu/node-handlebars@3:4.7.7+~4.1.0-1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3:4.7.7+~4.1.0-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "handlebars",
"binary_version": "3:4.7.7+~4.1.0-1"
},
{
"binary_name": "libjs-handlebars",
"binary_version": "3:4.7.7+~4.1.0-1"
},
{
"binary_name": "libjs-handlebars.runtime",
"binary_version": "3:4.7.7+~4.1.0-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "node-handlebars",
"purl": "pkg:deb/ubuntu/node-handlebars@3:4.7.7+~4.1.0-1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3:4.7.7+~4.1.0-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "handlebars",
"binary_version": "3:4.7.7+~4.1.0-1"
},
{
"binary_name": "libjs-handlebars",
"binary_version": "3:4.7.7+~4.1.0-1"
},
{
"binary_name": "libjs-handlebars.runtime",
"binary_version": "3:4.7.7+~4.1.0-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "node-handlebars",
"purl": "pkg:deb/ubuntu/node-handlebars@3:4.7.7+~4.1.0-1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3:4.7.7+~4.1.0-1"
]
}
],
"aliases": [],
"details": "Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, `Handlebars.compile()` accepts a pre-parsed AST object in addition to a template string. The `value` field of a `NumberLiteral` AST node is emitted directly into the generated JavaScript without quoting or sanitization. An attacker who can supply a crafted AST to `compile()` can therefore inject and execute arbitrary JavaScript, leading to Remote Code Execution on the server. Version 4.7.9 fixes the issue. Some workarounds are available. Validate input type before calling `Handlebars.compile()`; ensure the argument is always a `string`, never a plain object or JSON-deserialized value. Use the Handlebars runtime-only build (`handlebars/runtime`) on the server if templates are pre-compiled at build time; `compile()` will be unavailable.",
"id": "UBUNTU-CVE-2026-33937",
"modified": "2026-06-30T16:20:55Z",
"published": "2026-03-27T21:17:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-33937"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33937"
},
{
"type": "REPORT",
"url": "https://github.com/handlebars-lang/handlebars.js/security/advisories/GHSA-2w6w-674q-4c4q"
},
{
"type": "REPORT",
"url": "https://github.com/handlebars-lang/handlebars.js/commit/68d8df5a88e0a26fe9e6084c5c6aaebe67b07da2"
},
{
"type": "REPORT",
"url": "https://github.com/handlebars-lang/handlebars.js/commit/68d8df5a88e0a26fe9e6084c5c6aaebe67b07da2"
},
{
"type": "REPORT",
"url": "https://github.com/handlebars-lang/handlebars.js/releases/tag/v4.7.9"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-33937"
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.