Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-35446

CVE-2026-35446: LORIS Path Traversal Vulnerability

CVE-2026-35446 is a path traversal vulnerability in LORIS that allows attackers to escape intended download directories and access unauthorized files. This article covers the technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-35446 Overview

LORIS (Longitudinal Online Research and Imaging System) is a self-hosted web application that provides data- and project-management for neuroimaging research. A path traversal vulnerability exists in LORIS versions 24.0.0 to before 27.0.3 and 28.0.1, where an incorrect order of operations in the FilesDownloadHandler could allow an authenticated attacker to escape intended download directories and access sensitive files on the system.

Critical Impact

Authenticated attackers can exploit this path traversal flaw to read arbitrary files outside the intended download directories, potentially exposing sensitive research data, configuration files, and system information.

Affected Products

  • LORIS versions 24.0.0 through 27.0.2
  • LORIS version 28.0.0
  • Self-hosted LORIS instances used for neuroimaging research data management

Discovery Timeline

  • 2026-04-08 - CVE CVE-2026-35446 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-35446

Vulnerability Analysis

This vulnerability is classified as CWE-552 (Files or Directories Accessible to External Parties), manifesting as a path traversal weakness in the LORIS file download functionality. The flaw resides in the FilesDownloadHandler component, where an incorrect order of operations fails to properly validate and sanitize file path inputs before processing download requests.

The vulnerability requires authentication to exploit, meaning an attacker must have valid credentials to the LORIS system. However, once authenticated, the attacker can manipulate file path parameters to traverse outside the intended download directory structure. This allows access to files anywhere on the system that the web application has read permissions for.

The impact is primarily on confidentiality, as attackers can read sensitive files but cannot modify or delete them through this vulnerability. Given that LORIS manages neuroimaging research data, exposure could include patient data, research results, database credentials, and application configuration files.

Root Cause

The root cause stems from an incorrect sequence of security checks within the FilesDownloadHandler component. The handler fails to properly canonicalize and validate the requested file path before determining whether it falls within the permitted download directories. This allows specially crafted path traversal sequences (such as ../) to bypass the directory restrictions and access files outside the intended scope.

Attack Vector

The attack is network-based and requires low-privilege authentication to the LORIS application. An authenticated user can craft malicious HTTP requests to the file download endpoint, manipulating the file path parameter to include directory traversal sequences. The incorrect order of operations in the handler processes these malicious paths before proper validation occurs, allowing the attacker to escape the download directory sandbox.

The attack requires no user interaction and can be performed remotely against any accessible LORIS instance running vulnerable versions. The scope is changed, meaning the vulnerability in LORIS can impact resources beyond the vulnerable component itself, such as the underlying operating system files.

Detection Methods for CVE-2026-35446

Indicators of Compromise

  • HTTP requests to file download endpoints containing path traversal sequences such as ../, ..%2f, or ..%252f
  • Download requests attempting to access files outside typical LORIS data directories (e.g., /etc/passwd, configuration files)
  • Unusual file access patterns from authenticated user accounts, particularly accessing system files
  • Web server logs showing successful downloads of files from unexpected directory paths

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in request parameters
  • Monitor file access logs for reads of sensitive system files by the web application process
  • Review LORIS application logs for unusual file download activity from authenticated users
  • Deploy file integrity monitoring on sensitive directories to detect unauthorized access attempts

Monitoring Recommendations

  • Enable verbose logging on the LORIS application and web server to capture full request details
  • Configure alerts for any file access attempts outside the designated LORIS data directories
  • Implement user behavior analytics to identify anomalous download patterns from authenticated accounts
  • Regularly audit user accounts and their download activities within the LORIS platform

How to Mitigate CVE-2026-35446

Immediate Actions Required

  • Upgrade LORIS immediately to version 27.0.3 or 28.0.1 which contain the security fix
  • Review file download logs to identify any potential exploitation attempts prior to patching
  • Audit user accounts for any suspicious activity or unauthorized file access
  • Restrict network access to LORIS instances until patching is complete

Patch Information

The vulnerability has been fixed in LORIS versions 27.0.3 and 28.0.1. Organizations running LORIS versions 24.0.0 through 27.0.2 should upgrade to 27.0.3, while those running version 28.0.0 should upgrade to 28.0.1. The fix addresses the incorrect order of operations in the FilesDownloadHandler to properly validate file paths before processing download requests.

For detailed patch information and upgrade instructions, refer to the GitHub Security Advisory.

Workarounds

  • Implement a web application firewall (WAF) with rules to block path traversal sequences in all request parameters
  • Restrict file system permissions for the web server user to limit access to only necessary directories
  • Deploy network segmentation to limit access to LORIS instances from untrusted networks
  • Implement additional authentication controls and audit logging until the patch can be applied
bash
# Example WAF rule to block common path traversal patterns
# Add to web server configuration (Apache/Nginx)
# Block requests containing path traversal sequences
location ~* "\.\." {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechLoris

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-552
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34392: LORIS Path Traversal Vulnerability

  • CVE-2026-26985: LORIS Path Traversal Vulnerability

  • CVE-2026-26984: LORIS Path Traversal Vulnerability

  • CVE-2026-39985: LORIS Open Redirect Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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