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

CVE-2026-34985: LORIS Information Disclosure Vulnerability

CVE-2026-34985 is an information disclosure flaw in LORIS (Longitudinal Online Research and Imaging System) that allows unauthorized file access. This post explains its impact, affected versions, and mitigation steps.

Published: April 10, 2026

CVE-2026-34985 Overview

LORIS (Longitudinal Online Research and Imaging System) is a self-hosted web application that provides data and project management for neuroimaging research. A significant authorization bypass vulnerability has been identified in the media module affecting versions from 16.1.0 to before 27.0.3 and 28.0.1. While the frontend of the media module properly filters files that users should not have access to, the backend fails to apply access checks. This allows authenticated users who know a filename to access files they should not be authorized to view, potentially exposing sensitive neuroimaging research data.

Critical Impact

Authenticated attackers can bypass frontend access controls to access restricted files in the media module by directly requesting known filenames, potentially exposing sensitive neuroimaging research data.

Affected Products

  • LORIS versions 16.1.0 to before 27.0.3
  • LORIS versions 28.0.0 to before 28.0.1
  • Self-hosted LORIS neuroimaging research installations

Discovery Timeline

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

Technical Details for CVE-2026-34985

Vulnerability Analysis

This vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), which occurs when the application uses user-supplied input to determine which resources a user can access without properly verifying authorization. In the case of LORIS, the media module implements a split authorization model where the frontend JavaScript properly filters file listings based on user permissions, but the backend API endpoints that serve the actual files fail to perform equivalent access control checks.

The architectural flaw creates a false sense of security—administrators and developers may believe files are protected because the frontend UI hides them from unauthorized users. However, any authenticated user who can determine or guess a valid filename can directly request that file from the backend and receive it, regardless of whether they should have access to it.

Root Cause

The root cause is an inconsistent authorization implementation between the frontend and backend components of the LORIS media module. The frontend application layer correctly implements access control logic to filter which files are displayed to users based on their permissions. However, the backend API endpoints that handle file retrieval requests do not implement corresponding authorization checks. This creates a classic Broken Access Control scenario where security relies solely on client-side enforcement, which can be trivially bypassed.

Attack Vector

The attack vector is network-based and requires low privileges (authentication to the LORIS system). An attacker with valid credentials to a LORIS instance can exploit this vulnerability by:

  1. Authenticating to the LORIS application with any valid user account
  2. Identifying or guessing filenames of media files they should not have access to (potentially through information disclosure, social engineering, or predictable naming conventions)
  3. Directly requesting those files via the backend API, bypassing the frontend access controls
  4. Receiving the unauthorized file content since the backend does not validate access permissions

The vulnerability requires no user interaction beyond the initial authentication and does not require any specialized tools—a simple HTTP client or browser developer tools can be used to craft direct requests to the backend endpoints.

Detection Methods for CVE-2026-34985

Indicators of Compromise

  • Unusual patterns of file access requests from authenticated users accessing files outside their normal project scope
  • Direct API requests to media endpoints that bypass the frontend application
  • Access log entries showing users retrieving files from projects they are not assigned to
  • Anomalous file download volumes from individual user accounts

Detection Strategies

  • Monitor backend API access logs for direct requests to media file endpoints without corresponding frontend navigation events
  • Implement server-side logging that correlates user permissions with file access attempts to identify authorization bypass attempts
  • Deploy web application firewall (WAF) rules to detect patterns of enumeration or systematic file access requests
  • Cross-reference file access logs with user permission databases to identify unauthorized access patterns

Monitoring Recommendations

  • Enable detailed access logging for all media module API endpoints
  • Implement alerting for users accessing files from projects outside their assigned scope
  • Review access logs periodically for patterns of unauthorized file retrieval
  • Monitor for unusual API request patterns that may indicate exploitation attempts or file enumeration

How to Mitigate CVE-2026-34985

Immediate Actions Required

  • Upgrade LORIS installations to version 27.0.3 or 28.0.1 immediately
  • Audit access logs to determine if this vulnerability may have been exploited
  • Review file access patterns for any evidence of unauthorized data access
  • Consider implementing additional network-level access controls while patching is in progress

Patch Information

The vulnerability is fixed in LORIS versions 27.0.3 and 28.0.1. Organizations running affected versions (16.1.0 through 27.0.2 or 28.0.0) should upgrade to the patched versions as soon as possible. Detailed patch information and upgrade instructions are available in the GitHub Security Advisory.

Workarounds

  • Implement network-level access controls to restrict which users can reach the LORIS application server
  • Add a reverse proxy or web application firewall in front of LORIS to implement additional authorization checks on media module endpoints
  • Restrict user account creation and regularly audit user permissions to minimize the pool of potential attackers
  • Consider temporarily disabling the media module if it is not critical to operations until the patch can be applied
bash
# Example: Restrict access to LORIS media module via nginx until patched
# Add to nginx server block configuration
location /media/ {
    # Temporarily restrict access to specific IP ranges
    allow 10.0.0.0/8;
    deny all;
    
    # Forward to LORIS backend
    proxy_pass http://loris_backend;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLoris

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35165: LORIS Information Disclosure Vulnerability

  • CVE-2026-39985: LORIS Open Redirect Vulnerability

  • CVE-2026-35169: LORIS Help Editor XSS Vulnerability

  • CVE-2026-33350: LORIS Imaging Browser SQLi 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