SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-63490

HIGH · CVSS 7.5 EPSS 0.47% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-20 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects Handlebars.java versions prior to 4.5.3, specifically within the SpringTemplateLoader, which improperly resolves attacker-controlled view names without adequate path validation. This flaw allows unauthenticated remote attackers to read sensitive files accessible to the Java Virtual Machine (JVM) by exploiting user-influenced view names in Spring MVC applications. Organizations using affected versions of Handlebars.java in their Java applications should prioritize upgrading to version 4.5.3 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-63490
Severity
HIGH
CVSS
7.5
EPSS
0.47%
Java GitHub

Original NVD Description

Handlebars.java provides logic-less and semantic Mustache templates with Java. Prior to 4.5.3, com.github.jknack.handlebars.springmvc.SpringTemplateLoader resolves attacker-influenced Spring MVC view names through Spring ResourceLoader without the path-containment validation used by other URL-based loaders. In handlebars-springmvc/src/main/java/com/github/jknack/handlebars/springmvc/SpringTemplateLoader.java, a view name using a file: or classpath: URL and ending with the # fragment delimiter places the appended .hbs suffix in the fragment, which FileUrlResource.exists() and URL.openStream() discard. HandlebarsViewResolver in handlebars-springmvc/src/main/java/com/github/jknack/handlebars/springmvc/HandlebarsViewResolver.java then passes the attacker-controlled name to handlebars.compile(), allowing an unauthenticated remote attacker to read files accessible to the JVM when an application exposes a controller with a user-influenced view name. This issue is fixed in version 4.5.3.