Answer in brief
CVE-2026-55760 records a High severity (CVSS 7.5) vulnerability in handlebars.java FileTemplateLoader Path Traversal. The current sources do not mark it as known exploited. The current feed maps jknack/handlebars.java (generic), com.github.jknack:handlebars (maven). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps jknack/handlebars.java (generic), com.github.jknack:handlebars (maven). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| jknack/handlebars.javageneric | < 4.5.2 | Not reported |
| com.github.jknack:handlebarsmaven | <4.5.2 | 4.5.2 |
Published upstream
Jul 8, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 19, 2026
Handlebars.java provides logic-less and semantic Mustache templates with Java. Prior to 4.5.2, applications that pass user-controlled input to Handlebars.compile() using FileTemplateLoader or ClassPathTemplateLoader are vulnerable to path traversal, allowing arbitrary file read through template names derived from URL path parameters, request parameters, or other user-controlled sources. This issue is fixed in version 4.5.2.
Quoted source text, attributed separately from HOL analysis.