A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-35593

CVE-2026-35593: Trilium Notes Path Traversal Vulnerability

CVE-2026-35593 is a path traversal flaw in Trilium Notes that allows authenticated attackers to read sensitive files from the server. This post explains its impact, affected versions, and mitigation steps.

Published: May 21, 2026

CVE-2026-35593 Overview

CVE-2026-35593 is a Local File Inclusion (LFI) vulnerability in Trilium Notes, an open-source hierarchical note-taking application used to build personal knowledge bases. Versions 0.102.1 and prior allow an authenticated attacker to read arbitrary files from the server's filesystem. The flaw resides in the uploadModifiedFileToAttachment function exposed through the /api/attachments/{attachmentId}/upload-modified-file endpoint. An attacker can substitute attachment content with any server file by supplying its path in the filePath request body parameter. The substituted content is then retrievable through the attachment download endpoint. The issue is fixed in Trilium Notes version 0.102.2.

Critical Impact

Authenticated attackers can read SSH keys, credential files, configuration files, and operating system files, potentially enabling remote code execution and lateral movement to co-hosted applications.

Affected Products

  • Trilium Notes versions 0.102.1 and earlier
  • TriliumNext distribution prior to 0.102.2
  • Self-hosted Trilium server deployments exposing the attachments API

Discovery Timeline

  • 2026-05-20 - CVE-2026-35593 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-35593

Vulnerability Analysis

The vulnerability is a Local File Inclusion issue classified under [CWE-22] (Improper Limitation of a Pathname to a Restricted Directory). Trilium Notes accepts a user-controlled filePath parameter inside the JSON body of a POST request to /api/attachments/{attachmentId}/upload-modified-file. The uploadModifiedFileToAttachment handler reads the file at that path from the server filesystem and overwrites the existing attachment's binary content with it. The application does not validate or sanitize the supplied path, so any path the Trilium process can read becomes attachment content. The attacker then issues a GET request to /api/attachments/{attachmentId}/download to retrieve the stolen file.

Root Cause

The root cause is missing path validation in the attachment modification routine. The function trusts a client-supplied filesystem path and uses it directly in a read operation. There is no allowlist of legitimate directories, no normalization to detect traversal sequences, and no check that the path belongs to managed attachment storage. Combined with the attachment download endpoint, this turns a write path into an arbitrary file read primitive.

Attack Vector

Exploitation requires an authenticated session with permission to modify an attachment. The attacker first creates or selects an existing attachment, then sends a POST request to the upload-modified-file endpoint with a JSON body specifying a sensitive target such as /etc/passwd, /root/.ssh/id_rsa, or application configuration files containing API tokens and database credentials. The server overwrites attachment content with the contents of the specified file, and the attacker downloads it. Files readable include SSH private keys, environment configuration, OS files, and secrets belonging to other applications co-hosted on the same server. Refer to the GitHub Security Advisory GHSA-hf4x-22rg-pjjp for additional technical context.

Detection Methods for CVE-2026-35593

Indicators of Compromise

  • POST requests to /api/attachments/{attachmentId}/upload-modified-file containing a filePath value referencing system paths such as /etc/, /root/, /home/*/.ssh/, or application config directories.
  • Attachment download responses whose content type or size deviates significantly from previously stored attachment data.
  • Unexpected modifications to attachment records followed quickly by downloads of those same attachments.

Detection Strategies

  • Inspect Trilium application logs for filePath payloads in upload-modified-file requests and alert on absolute paths outside the configured attachment storage directory.
  • Correlate attachment update events with subsequent download events from the same session within short time windows.
  • Apply web application firewall rules that block request bodies containing path traversal sequences or sensitive file paths on the attachments API.

Monitoring Recommendations

  • Enable verbose API access logging on Trilium and forward logs to a centralized analytics platform for retention and search.
  • Monitor filesystem access by the Trilium process for reads of files outside the application's data directory.
  • Track authenticated user behavior for anomalous attachment write-then-download patterns.

How to Mitigate CVE-2026-35593

Immediate Actions Required

  • Upgrade Trilium Notes to version 0.102.2 or later, which contains the official fix.
  • Rotate any credentials, SSH keys, API tokens, and secrets that were accessible to the Trilium service account, assuming compromise until proven otherwise.
  • Audit Trilium user accounts and revoke sessions or tokens for any unexpected or inactive accounts.

Patch Information

The maintainers fixed the issue in Trilium Notes 0.102.2. Release notes and binaries are available at GitHub Release v0.102.2. The advisory is documented at GitHub Security Advisory GHSA-hf4x-22rg-pjjp.

Workarounds

  • Restrict network access to the Trilium server to trusted users and isolate it from co-hosted applications until patching is complete.
  • Run the Trilium process under a dedicated low-privilege user account whose filesystem access is limited to the application's data directory.
  • Deploy Trilium inside a container or chroot to reduce the scope of readable files if upgrading must be delayed.
bash
# Configuration example: run Trilium under a dedicated user with restricted filesystem scope
sudo useradd -r -s /usr/sbin/nologin trilium
sudo chown -R trilium:trilium /var/lib/trilium
sudo chmod 750 /var/lib/trilium
# systemd hardening directives for the Trilium service unit
# ProtectSystem=strict
# ProtectHome=true
# ReadWritePaths=/var/lib/trilium
# NoNewPrivileges=true

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechTrilium Notes

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Release v0.102.2

  • GitHub Security Advisory GHSA-hf4x-22rg-pjjp
  • Related CVEs
  • CVE-2026-39311: Trilium Notes RCE Vulnerability

  • CVE-2026-39310: Trilium Notes Auth Bypass Vulnerability

  • CVE-2026-39309: Trilium Notes Auth Bypass Vulnerability

  • CVE-2025-68621: Trilium Notes Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English