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-34392

CVE-2026-34392: LORIS Path Traversal Vulnerability

CVE-2026-34392 is a path traversal flaw in LORIS (Longitudinal Online Research and Imaging System) allowing attackers to access unintended files. This post covers technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-34392 Overview

A path traversal vulnerability has been identified in LORIS (Longitudinal Online Research and Imaging System), a self-hosted web application that provides data- and project-management for neuroimaging research. The vulnerability exists in the static file router, allowing attackers to traverse outside of the intended directory and download unintended files through the static, css, and js endpoints.

Critical Impact

Unauthorized access to sensitive files on systems running vulnerable versions of LORIS could expose research data, configuration files, credentials, and other confidential information stored on the server.

Affected Products

  • LORIS versions 20.0.0 through 27.0.2
  • LORIS versions 28.0.0
  • All installations using the vulnerable static file router endpoints

Discovery Timeline

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

Technical Details for CVE-2026-34392

Vulnerability Analysis

This vulnerability is classified as CWE-552 (Files or Directories Accessible to External Parties). The root cause lies in improper input validation within the static file router component of LORIS. When handling requests to the static, css, and js endpoints, the application fails to properly sanitize user-supplied path parameters, allowing directory traversal sequences to escape the intended web root directory.

The network-accessible nature of this vulnerability means that any unauthenticated remote attacker can potentially exploit it without requiring any user interaction. The impact is limited to confidentiality—attackers can read files but cannot modify or delete them.

Root Cause

The static file router in LORIS does not adequately validate or sanitize file path inputs before serving files. Path traversal sequences such as ../ are not properly filtered, allowing attackers to navigate the filesystem hierarchy beyond the intended static content directories. This implementation flaw permits unauthorized read access to arbitrary files that the web server process has permissions to access.

Attack Vector

An attacker can exploit this vulnerability by sending specially crafted HTTP requests to the vulnerable endpoints (/static/, /css/, or /js/). By including directory traversal sequences in the request path, the attacker can escape the intended directory and access files elsewhere on the filesystem.

For example, a malicious request might attempt to traverse up multiple directory levels to access system files, application configuration files, or sensitive research data stored on the server. The attack requires no authentication and can be performed remotely over the network.

Technical details and proof-of-concept information can be found in the GitHub Security Advisory.

Detection Methods for CVE-2026-34392

Indicators of Compromise

  • HTTP requests to /static/, /css/, or /js/ endpoints containing ../ sequences
  • Unusual file access patterns in web server logs targeting configuration or system files
  • Web server access logs showing attempts to retrieve files outside the web root directory
  • Requests attempting to access files like /etc/passwd, configuration files, or database credentials

Detection Strategies

  • Monitor web application firewall (WAF) logs for path traversal patterns in URI requests
  • Implement log analysis rules to detect requests containing encoded or decoded directory traversal sequences (../, %2e%2e%2f, ..%2f)
  • Review LORIS application logs for anomalous static file requests
  • Deploy intrusion detection signatures to identify path traversal exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for the LORIS application and web server
  • Configure SIEM rules to alert on path traversal patterns targeting static content endpoints
  • Monitor for unusual data exfiltration patterns or large numbers of file access attempts
  • Implement file integrity monitoring on sensitive configuration and data files

How to Mitigate CVE-2026-34392

Immediate Actions Required

  • Upgrade LORIS to version 27.0.3 or 28.0.1 immediately
  • Review web server logs for evidence of exploitation attempts
  • Audit files that may have been accessed through this vulnerability
  • Implement web application firewall rules to block path traversal attempts as a temporary measure

Patch Information

The LORIS development team has addressed this vulnerability in versions 27.0.3 and 28.0.1. Organizations running affected versions (20.0.0 through 27.0.2 and 28.0.0) should upgrade to the patched versions immediately. The security advisory is available at the GitHub Security Advisory.

Workarounds

  • Implement strict input validation at the web server or reverse proxy level to block requests containing ../ sequences
  • Configure web application firewall rules to reject path traversal patterns in URLs
  • Restrict filesystem permissions for the web server process to minimize the impact of potential exploitation
  • Consider network segmentation to limit access to LORIS instances from untrusted networks
bash
# Example Apache mod_rewrite rule to block path traversal attempts
# Add to .htaccess or virtual host configuration
RewriteEngine On
RewriteCond %{REQUEST_URI} \.\./ [OR]
RewriteCond %{REQUEST_URI} \.\.\\
RewriteRule .* - [F,L]

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.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-552
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35446: 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