The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-26985

CVE-2026-26985: LORIS Path Traversal Vulnerability

CVE-2026-26985 is a path traversal flaw in LORIS that allows authenticated users to read configuration files containing hard-coded credentials. This post explains its impact, affected versions, and mitigation steps.

Published: February 27, 2026

CVE-2026-26985 Overview

CVE-2026-26985 is a path traversal vulnerability affecting LORIS (Longitudinal Online Research and Imaging System), a self-hosted web application designed for data and project management in neuroimaging research. This vulnerability allows authenticated users with appropriate authorization to exploit a directory traversal flaw to read configuration files on the server, some of which contain hard-coded credentials that could be leveraged for further compromise.

Critical Impact

Authenticated attackers can read sensitive configuration files containing hard-coded credentials, potentially enabling database access or lateral movement to other services if credentials are reused.

Affected Products

  • LORIS versions 24.0.0 through 26.0.4
  • LORIS versions 27.0.0 through 27.0.1
  • LORIS versions prior to 28.0.0

Discovery Timeline

  • 2026-02-25 - CVE-2026-26985 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-26985

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as path traversal or directory traversal. The flaw exists within the LORIS application's file handling mechanism, specifically in the electrophysiology browser module.

The vulnerability enables an authenticated attacker to manipulate file path inputs to traverse outside the intended directory structure and access arbitrary files on the server. The primary risk lies in the exposure of configuration files that contain hard-coded credentials. Since LORIS is open-source with publicly available code, attackers can easily identify the exact file paths and structures to target, significantly lowering the barrier to exploitation.

The impact is primarily on confidentiality and integrity, as exposed credentials could allow attackers to authenticate directly to backend databases or other integrated services. This could lead to unauthorized data access, modification, or exfiltration of sensitive neuroimaging research data.

Root Cause

The root cause stems from insufficient input validation and path sanitization in the file retrieval functionality within the electrophysiology browser module. The application fails to properly canonicalize and validate user-supplied path components before using them in file system operations. This allows attackers to use path traversal sequences (such as ../) to escape the intended directory and access files elsewhere on the server.

Additionally, the presence of hard-coded credentials in configuration files compounds the severity, as these static secrets cannot be easily rotated without application updates.

Attack Vector

The attack requires network access and authentication with specific permissions within the LORIS application. An attacker must first obtain valid credentials and the necessary authorization level to access the electrophysiology browser module.

Once authenticated, the attacker crafts malicious requests containing path traversal sequences targeting known configuration file locations. Given that LORIS is open-source, attackers can reference the public source code to identify exact file paths for configuration files containing credentials.

The attack flow proceeds as follows: the attacker authenticates to the LORIS application, accesses the vulnerable electrophysiology browser functionality, injects path traversal sequences into file path parameters, and retrieves configuration files containing hard-coded credentials. These credentials can then be used to access databases or other services where the credentials may be reused.

Detection Methods for CVE-2026-26985

Indicators of Compromise

  • Unusual file access patterns in web server logs showing path traversal sequences (../, ..%2f, ..%252f)
  • Access attempts to configuration files such as config.xml, database.ini, or similar outside normal application directories
  • Authentication events from unexpected IP addresses following configuration file access
  • Database connection attempts using credentials that should only exist in server-side configuration files

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in request parameters
  • Monitor application logs for requests containing encoded traversal sequences targeting file retrieval endpoints
  • Deploy file integrity monitoring on sensitive configuration directories to detect unauthorized access
  • Analyze authentication logs for anomalous login patterns that may indicate credential theft

Monitoring Recommendations

  • Enable verbose logging for the electrophysiology browser module and file access operations
  • Configure alerting for failed and successful authentication attempts from new or unusual sources
  • Implement database query auditing to detect unauthorized access using potentially compromised credentials
  • Review access logs regularly for patterns consistent with credential enumeration or lateral movement

How to Mitigate CVE-2026-26985

Immediate Actions Required

  • Upgrade LORIS to version 26.0.5, 27.0.2, or 28.0.0 or later immediately
  • Rotate all credentials stored in configuration files that may have been exposed
  • Review database and service access logs for unauthorized activity
  • Audit user accounts with permissions to access the electrophysiology browser module

Patch Information

This vulnerability has been addressed in LORIS versions 26.0.5, 27.0.2, and 28.0.0. Organizations should update to these patched versions as soon as possible. Detailed release information is available in the LORIS v26.0.5 Release Notes, LORIS v27.0.2 Release Notes, and the GitHub Security Advisory GHSA-g3pp-rqvq-xxhp.

Workarounds

  • Disable the electrophysiology browser module using the LORIS module manager until patching is complete
  • Implement network segmentation to restrict access to LORIS instances from untrusted networks
  • Deploy web application firewall rules to block requests containing path traversal patterns
  • Review and restrict user permissions to minimize the number of accounts that can access vulnerable functionality
bash
# Disable the electrophysiology_browser module via LORIS admin panel
# Navigate to: Admin > Module Manager > electrophysiology_browser > Disable

# Alternative: Restrict access via web server configuration (Apache example)
<Location "/electrophysiology_browser">
    Order deny,allow
    Deny from all
    # Allow only from specific trusted IPs during remediation
    Allow from 10.0.0.0/8
</Location>

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 Score8.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Loris v26.0.5 Release Notes

  • Loris v27.0.2 Release Notes

  • GitHub Security Advisory GHSA-g3pp-rqvq-xxhp
  • Related CVEs
  • CVE-2026-34392: LORIS Path Traversal Vulnerability

  • CVE-2026-35446: 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