AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71215

HIGH · CVSS 7.5 EPSS 0.37% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability arises from art-template's sub-template resolution logic, which improperly resolves file paths without validating that they remain within the designated root directory. This flaw allows attackers to exploit applications that accept external input for sub-template names, potentially leading to unauthorized access and reading of arbitrary files on the server's filesystem. Organizations utilizing art-template in their Node.js applications should prioritize addressing this issue to mitigate the risk of data exposure.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-71215
Severity
HIGH
CVSS
7.5
EPSS
0.37%

Original NVD Description

art-template's sub-template resolution logic (src/compile/adapter/resolve-filename.js), used by both the include and extend template directives, resolves the target file path via path.resolve(root, filename) with no check afterward that the result remains inside root.