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

CVE-2026-35169: LORIS Help Editor XSS Vulnerability

CVE-2026-35169 is a reflected cross-site scripting flaw in LORIS help_editor module that enables attackers to execute malicious scripts and download arbitrary files. This article covers technical details, impact, and fixes.

Published: April 9, 2026

CVE-2026-35169 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 has been identified in the help_editor module of LORIS where user-supplied variables are not properly sanitized. This improper input validation could result in a reflected cross-site scripting (XSS) attack if a user is tricked into following a malicious link. Additionally, the same input vector could allow an attacker to download arbitrary markdown files on an unpatched server.

Critical Impact

Attackers can execute malicious scripts in victim browsers and potentially exfiltrate sensitive neuroimaging research data through reflected XSS, or access arbitrary markdown files on vulnerable LORIS servers.

Affected Products

  • LORIS versions prior to 27.0.3
  • LORIS versions prior to 28.0.1

Discovery Timeline

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

Technical Details for CVE-2026-35169

Vulnerability Analysis

This vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw resides in the help_editor module of LORIS, which fails to properly sanitize user-supplied input before incorporating it into web page output or file system operations.

The vulnerability requires user interaction—specifically, a victim must be tricked into clicking a malicious link crafted by an attacker. When exploited, the attack can cross security boundaries affecting both confidentiality and integrity of the target system while operating across different user sessions.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the help_editor module. The module accepts user-controlled variables that are subsequently used in contexts where they should be sanitized—both in HTML output (leading to XSS) and in file path operations (leading to arbitrary file download). This dual-use of unsanitized input creates multiple attack surfaces from a single vulnerability point.

Attack Vector

The attack is network-based and requires an attacker to craft a malicious URL containing the XSS payload or file path traversal sequence. The attacker must then social engineer a victim with a valid LORIS session to click the link. Upon clicking, the malicious script executes in the victim's browser context with their session privileges, or alternatively, triggers the download of arbitrary markdown files from the server.

The vulnerability mechanism involves insufficient sanitization in the help_editor module's handling of user input. An attacker can inject malicious script tags or path traversal sequences through URL parameters that are reflected back without proper encoding. For technical implementation details, see the GitHub Security Advisory.

Detection Methods for CVE-2026-35169

Indicators of Compromise

  • Unusual URL patterns in web server logs containing help_editor module references with encoded script tags or path traversal sequences
  • HTTP requests to the help_editor endpoint containing <script>, javascript:, or ../ patterns
  • Unexpected access patterns to markdown files outside normal application directories

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS payloads targeting the help_editor module
  • Monitor web server access logs for requests containing encoded special characters like %3Cscript%3E or path traversal sequences
  • Deploy Content Security Policy (CSP) headers to mitigate the impact of successful XSS exploitation
  • Use SIEM correlation rules to identify repeated malicious requests from single sources

Monitoring Recommendations

  • Enable detailed logging for all requests to the LORIS help_editor module
  • Configure alerts for unusual file access patterns, particularly markdown files accessed through the help_editor pathway
  • Monitor for session anomalies that may indicate successful XSS-based session hijacking
  • Review referrer headers for suspicious external sources directing traffic to help_editor endpoints

How to Mitigate CVE-2026-35169

Immediate Actions Required

  • Upgrade LORIS to version 27.0.3 or 28.0.1 immediately
  • If immediate patching is not possible, consider temporarily disabling the help_editor module
  • Review access logs for potential prior exploitation attempts
  • Implement Content Security Policy headers as a defense-in-depth measure

Patch Information

The LORIS development team has addressed this vulnerability in versions 27.0.3 and 28.0.1. Organizations should upgrade to these patched versions as soon as possible. Detailed patch information and release notes are available through the GitHub Security Advisory.

Workarounds

  • Implement strict WAF rules to filter XSS payloads and path traversal attempts in requests to the help_editor module
  • Restrict access to the help_editor module to only trusted administrative users
  • Deploy network-level controls to limit access to LORIS instances from untrusted networks
  • Enable HTTP-only and Secure flags on session cookies to reduce XSS impact
bash
# Example Apache configuration to restrict help_editor access
<LocationMatch "/loris/help_editor">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</LocationMatch>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechLoris

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35403: LORIS Survey Module XSS Vulnerability

  • CVE-2026-39985: LORIS Open Redirect 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