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

CVE-2026-35400: LORIS Auth Bypass Vulnerability

CVE-2026-35400 is an authentication bypass flaw in LORIS that allows attackers to forge emails by exploiting baseURL trust issues in the publication module. This article covers technical details, affected versions, and fixes.

Published: April 10, 2026

CVE-2026-35400 Overview

LORIS (Longitudinal Online Research and Imaging System) is a self-hosted web application that provides data and project management for neuroimaging research. A vulnerability exists in the publication module where an endpoint incorrectly trusts the baseURL parameter submitted in user POST requests rather than using the internal LORIS configuration value. This allows an authenticated attacker with publication module access to forge emails that appear to originate from LORIS but direct recipients to an external domain under the attacker's control.

Critical Impact

Authenticated users with publication module access can exploit this vulnerability to send spoofed emails appearing to come from LORIS, potentially enabling phishing attacks against research team members and collaborators.

Affected Products

  • LORIS versions 20.0.0 through 27.0.2
  • LORIS versions 28.0.0

Discovery Timeline

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

Technical Details for CVE-2026-35400

Vulnerability Analysis

This vulnerability exists within the publication module of LORIS, where email functionality does not properly validate the source of the baseURL parameter. When processing POST requests, the affected endpoint accepts a user-supplied baseURL value instead of relying on the internally configured LORIS base URL. This design flaw enables an attacker to manipulate the destination URLs embedded in outgoing emails.

The vulnerability requires authentication and specific access to the publication module, limiting the attack surface to authorized users. However, an attacker who has gained legitimate access or compromised a user account with publication module permissions could weaponize this flaw to conduct targeted phishing campaigns. Emails generated through this mechanism would appear legitimate to recipients, as they originate from the actual LORIS installation's email infrastructure.

The CWE-59 (Improper Link Resolution Before File Access) classification indicates the vulnerability relates to improper handling of references, in this case URL references used in email generation.

Root Cause

The root cause is insufficient input validation and improper trust of user-supplied data. The publication module endpoint accepts the baseURL parameter from POST request data without verifying it matches the legitimate LORIS installation URL stored in the application's configuration. The application should be retrieving the baseURL from its internal configuration rather than trusting external input for security-sensitive operations like email generation.

Attack Vector

The attack is network-based and requires an authenticated user with access to the publication module. The attacker would craft a malicious POST request to the vulnerable endpoint, substituting the legitimate baseURL with a domain under their control. When LORIS generates and sends the email, any links within the message would point to the attacker's domain rather than the legitimate LORIS installation. Recipients receiving these emails would see what appears to be official communication from the research platform but would be directed to a malicious site if they click any embedded links.

The attack requires user interaction from the email recipient to click malicious links, and the integrity impact is limited to the spoofed email content without affecting the confidentiality or availability of the LORIS system itself.

Detection Methods for CVE-2026-35400

Indicators of Compromise

  • Outbound emails from LORIS containing URLs pointing to unexpected or external domains
  • POST requests to publication module endpoints with baseURL parameters that differ from the configured LORIS URL
  • User reports of suspicious emails appearing to originate from the LORIS platform

Detection Strategies

  • Implement logging and monitoring of POST requests to the publication module, specifically capturing the baseURL parameter values
  • Configure email gateway rules to flag or block outgoing emails from LORIS that contain links to domains not on an approved allowlist
  • Audit user accounts with publication module access for any unauthorized or compromised credentials

Monitoring Recommendations

  • Review web server access logs for unusual POST request patterns targeting the publication module
  • Set up alerts for email generation activity that includes non-standard base URLs
  • Monitor authentication logs for suspicious access patterns to accounts with publication module permissions

How to Mitigate CVE-2026-35400

Immediate Actions Required

  • Upgrade LORIS to version 27.0.3 or 28.0.1 immediately
  • Audit recent emails sent through the publication module for any signs of URL manipulation
  • Review and restrict access to the publication module to only essential users

Patch Information

The vulnerability is fixed in LORIS versions 27.0.3 and 28.0.1. Organizations running versions 20.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. Detailed patch information is available in the GitHub Security Advisory.

Workarounds

  • Restrict publication module access to a minimum number of trusted users until patching is complete
  • Implement network-level controls to limit which domains can be referenced in outgoing emails from the LORIS server
  • Consider temporarily disabling the publication module email functionality if it is not critical to operations
bash
# Review current LORIS version
cat /path/to/loris/VERSION

# After upgrading, verify the new version is installed
cat /path/to/loris/VERSION
# Expected output: 27.0.3 or 28.0.1

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechLoris

  • SeverityLOW

  • CVSS Score3.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-59
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-39985: LORIS Open Redirect Vulnerability

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

  • CVE-2026-35165: LORIS Information Disclosure 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