Lucene search
+L

60981 matches found

CVE
CVE
added 2026/03/27 9:5 p.m.163 views

CVE-2026-33938

The vulnerability CVE-2026-33938 affects the Handlebars library. In versions 4.0.0 through 4.7.8, the special variable @partial-block is stored in the template data context and can be reached and mutated via helpers that accept arbitrary objects. An attacker could overwrite @partial-block with a ...

8.1CVSS6.2AI score0.00709EPSS
SaveExploits1References8Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/27 9:5 p.m.18 views

CVE-2026-33938 Handlebars.js has JavaScript Injection via AST Type Confusion by tampering @partial-block

Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, the @partial-block special variable is stored in the template data context and is reachable and mutable from within a template via helpers that accept arbitrary objects. When a helper...

8.1CVSS6.2AI score0.00709EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/03/27 9:3 p.m.30 views

CVE-2026-33937 Handlebars.js has JavaScript Injection via AST Type Confusion

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 withou...

9.8CVSS0.02254EPSS
SaveExploits4References3
CVE
CVE
added 2026/03/27 9:3 p.m.387 views

CVE-2026-33937

CVE-2026-33937 affects Handlebars.js prior to 4.7.9, where Handlebars.compile() accepts a pre-parsed AST; the NumberLiteral.value is emitted into generated JS without quoting, enabling remote code execution if a crafted AST is supplied. Versions 4.0.0–4.7.8 are vulnerable; 4.7.9 fixes the issue. ...

9.8CVSS6.2AI score0.02254EPSS
SaveExploits4References8Affected Software1
OSV
OSV
added 2026/03/27 9:3 p.m.14 views

CVE-2026-33937 Handlebars.js has JavaScript Injection via AST Type Confusion

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 withou...

9.8CVSS6.2AI score
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2026/03/27 8:34 p.m.6 views

CVE-2026-33881

Windmill is an open-source developer platform for internal code: APIs, background jobs, workflows and UIs. Workspace environment variable values are interpolated into JavaScript string literals without escaping single quotes in the NativeTS executor. A workspace admin who sets a custom environmen...

8.6CVSS6AI score0.00378EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
added 2026/03/27 6:22 p.m.9 views

EUVD-2026-16862

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

8.2CVSS5.9AI score0.00291EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/03/27 6:22 p.m.35 views

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

Summary 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...

8.2CVSS6AI score0.00291EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/03/27 6:22 p.m.9 views

GHSA-XJPJ-3MR7-GCPF Handlebars.js has JavaScript Injection in CLI Precompiler via Unescaped Names and Options

Summary 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...

8.2CVSS6AI score0.00291EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/03/27 6:21 p.m.11 views

EUVD-2026-16860

Handlebars.js has JavaScript Injection via AST Type Confusion when passing an object as dynamic partial...

8.1CVSS5.9AI score0.00703EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/03/27 6:20 p.m.39 views

Handlebars.js has JavaScript Injection via AST Type Confusion by tampering @partial-block

Summary The @partial-block special variable is stored in the template data context and is reachable and mutable from within a template via helpers that accept arbitrary objects. When a helper overwrites @partial-block with a crafted Handlebars AST, a subsequent invocation of @partial-block compil...

8.1CVSS6.2AI score0.00709EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/03/27 6:20 p.m.9 views

EUVD-2026-16849

Handlebars.js has JavaScript Injection via AST Type Confusion by tampering @partial-block...

8.1CVSS5.9AI score0.00709EPSS
SaveExploits1References3
OSV
OSV
added 2026/03/27 6:20 p.m.17 views

GHSA-3MFM-83XF-C92R Handlebars.js has JavaScript Injection via AST Type Confusion by tampering @partial-block

Summary The @partial-block special variable is stored in the template data context and is reachable and mutable from within a template via helpers that accept arbitrary objects. When a helper overwrites @partial-block with a crafted Handlebars AST, a subsequent invocation of @partial-block compil...

8.1CVSS6.2AI score0.00709EPSS
SaveExploits1References5
OSV
OSV
added 2026/03/27 6:19 p.m.3 views

GHSA-2W6W-674Q-4C4Q Handlebars.js has JavaScript Injection via AST Type Confusion

Summary 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...

9.8CVSS6.2AI score0.02254EPSS
SaveExploits4References5
Github Security Blog
Github Security Blog
added 2026/03/27 6:19 p.m.70 views

Handlebars.js has JavaScript Injection via AST Type Confusion

Summary 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...

9.8CVSS6.2AI score0.02254EPSS
SaveExploits4References5Affected Software1
EUVD
EUVD
added 2026/03/27 6:19 p.m.8 views

EUVD-2026-16848

Handlebars.js has JavaScript Injection via AST Type Confusion...

9.8CVSS5.9AI score0.02254EPSS
SaveExploits4References3
vulnersOsv
vulnersOsv
added 2026/03/27 6:18 p.m.2 views

org.webjars.npm:compression-webpack-plugin (7.1.1), org.webjars.npm:copy-webpack-plugin (>=4.3.1, <=4.6.0) +9 more potentially affected by CVE-2026-34043 via org.webjars.npm:serialize-javascript (>=1.9.1, <=6.0.2)

org.webjars.npm:serialize-javascript MAVEN version =1.9.1, =4.3.1, =5.2.0, =1.1.6, =2.3.4, =2.5.17-beta.0 Source cves: CVE-2026-34043 Source advisory: SNYK:JAVA-ORGWEBJARSNPM-15809197...

7.5CVSS7.3AI score0.00472EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/03/27 6:18 p.m.43 views

Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects

Impact What kind of vulnerability is it? It is a Denial of Service DoS vulnerability caused by CPU exhaustion. When serializing a specially crafted "array-like" object an object that inherits from Array.prototype but has a very large length property, the process enters an intensive loop that...

7.5CVSS5.8AI score0.00472EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/03/27 6:18 p.m.22 views

GHSA-QJ8W-GFJ5-8C6V Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects

Impact What kind of vulnerability is it? It is a Denial of Service DoS vulnerability caused by CPU exhaustion. When serializing a specially crafted "array-like" object an object that inherits from Array.prototype but has a very large length property, the process enters an intensive loop that...

5.9CVSS5.8AI score0.00472EPSS
SaveExploits0References6
vulnersOsv
vulnersOsv
added 2026/03/27 6:18 p.m.1 views

-react-file-list-components (1.1.1), 00ld8nuivn (2.1.0) +45588 more potentially affected by CVE-2026-34043 via serialize-javascript (>=5.0.0, <=7.0.4)

serialize-javascript NPM version =5.0.0, =0.1.0, =0.1.9 - 01dk01majk 2.1.0 - 02.aula 1.0.0 - 02rjq8i863 1.1.0 - 02vx8qsp01 2.1.0 - 05y6tjgmws 1.1.0 - 066m7q8o0z 2.1.0 - 06buj9h3su 2.1.0 - 06dre15t8r 2.1.0 - 06p998toez 0.1.0 - 07fgapmu9l 1.1.0 - 07t2xvu6t4 2.1.0 and more Source cves: CVE-2026-3404...

7.5CVSS7.3AI score0.00472EPSS
SaveExploits0
Rows per page
Query Builder