---
id: CVE-2026-48996
title: Trilium is an open-source hierarchical note-taking application
summary: >-
  Trilium is an open-source hierarchical note-taking application. In versions up
  to and including 0.103.0, the default-on "Safe import" filter does not
  sanitize note titles, and the GeoMap note view interpolates a marker note's
  title into …
severity: none
cwe:
  - CWE-79
  - CWE-94
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-48996'
references:
  - url: >-
      https://github.com/TriliumNext/Trilium/commit/5245ad70f6ecc54e0309fb83e596f15fe5dc5bf6
    label: security-advisories@github.com
  - url: >-
      https://github.com/TriliumNext/Trilium/security/advisories/GHSA-7qfw-c9gj-2xq2
    label: security-advisories@github.com
  - url: >-
      https://github.com/TriliumNext/Trilium/security/advisories/GHSA-7qfw-c9gj-2xq2
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.003
epssPercentile: 0.2012
ingestedAt: '2026-08-29T21:42:35.484Z'
---

## Overview

Trilium is an open-source hierarchical note-taking application. In versions up to and including 0.103.0, the default-on "Safe import" filter does not sanitize note titles, and the GeoMap note view interpolates a marker note's title into raw HTML that is rendered as innerHTML, allowing an attacker-supplied import archive to inject script that runs when the map is displayed. Because Safe import neutralizes scripts but never escapes titles, a note whose title contains an HTML event-handler payload survives the import and executes as soon as the victim opens the GeoMap that renders its marker. On the desktop client the Electron renderer runs with Node integration enabled, so the injected JavaScript escalates from cross-site scripting to full remote code execution on the victim's machine. This issue is fixed in version 0.104.0.

## Remediation

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