---
id: CVE-2026-47727
title: Trilium is an open-source hierarchical note-taking application
summary: >-
  Trilium is an open-source hierarchical note-taking application. In versions
  prior to 0.104.0, the default-on "Safe import" filter fails to neutralize the
  shareTemplate relation because that relation is not marked as dangerous,
  allowing a…
severity: none
cwe:
  - CWE-94
  - CWE-1336
published: '2026-08-27'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T16:49:20.627'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-47727'
references:
  - url: >-
      https://github.com/TriliumNext/Trilium/commit/0db3d4403ab26de13d19a8739f014ee72b716239
    label: security-advisories@github.com
  - url: >-
      https://github.com/TriliumNext/Trilium/security/advisories/GHSA-c26q-6pwv-wf25
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00434
epssPercentile: 0.37206
ingestedAt: '2026-08-29T21:42:35.443Z'
---

## Overview

Trilium is an open-source hierarchical note-taking application. In versions prior to 0.104.0, the default-on "Safe import" filter fails to neutralize the shareTemplate relation because that relation is not marked as dangerous, allowing an attacker-supplied import archive to plant a server-side template that leads to remote code execution. The relation is omitted from the built-in list of dangerous attributes, so unlike other code-loading relations it is not disabled on import, and when the victim later publishes the imported note the public share renderer feeds the linked EJS code note's raw bytes into ejs.render, which compiles them in the server's Node process. An unauthenticated request to the shared note then executes the attacker's JavaScript with full access to require, process, the filesystem, and the network. This issue is fixed in version 0.104.0.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
