ubuntu-cve-2026-33940
Vulnerability from osv_ubuntu
Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, a crafted object placed in the template context can bypass all conditional guards in resolvePartial() and cause invokePartial() to return undefined. The Handlebars runtime then treats the unresolved partial as a source that needs to be compiled, passing the crafted object to env.compile(). Because the object is a valid Handlebars AST containing injected code, the generated JavaScript executes arbitrary commands on the server. The attack requires the adversary to control a value that can be returned by a dynamic partial lookup. Version 4.7.9 fixes the issue. Some workarounds are available. First, use the runtime-only build (require('handlebars/runtime')). Without compile(), the fallback compilation path in invokePartial is unreachable. Second, sanitize context data before rendering: Ensure no value in the context is a non-primitive object that could be passed to a dynamic partial. Third, avoid dynamic partial lookups ({{> (lookup ...)}}) when context data is user-controlled.
{
"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, a crafted object placed in the template context can bypass all conditional guards in `resolvePartial()` and cause `invokePartial()` to return `undefined`. The Handlebars runtime then treats the unresolved partial as a source that needs to be compiled, passing the crafted object to `env.compile()`. Because the object is a valid Handlebars AST containing injected code, the generated JavaScript executes arbitrary commands on the server. The attack requires the adversary to control a value that can be returned by a dynamic partial lookup. Version 4.7.9 fixes the issue. Some workarounds are available. First, use the runtime-only build (`require(\u0027handlebars/runtime\u0027)`). Without `compile()`, the fallback compilation path in `invokePartial` is unreachable. Second, sanitize context data before rendering: Ensure no value in the context is a non-primitive object that could be passed to a dynamic partial. Third, avoid dynamic partial lookups (`{{\u003e (lookup ...)}}`) when context data is user-controlled.",
"id": "UBUNTU-CVE-2026-33940",
"modified": "2026-06-30T16:20:55Z",
"published": "2026-03-27T22:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-33940"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33940"
},
{
"type": "REPORT",
"url": "https://github.com/handlebars-lang/handlebars.js/security/advisories/GHSA-xhpv-hc6g-r9c6"
},
{
"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:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-33940"
]
}
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.