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

CVE-2026-35403: LORIS Survey Module XSS Vulnerability

CVE-2026-35403 is a cross-site scripting flaw in LORIS survey_accounts module that exploits improper Content-Type headers. Attackers can trick users into executing malicious scripts via invalid links. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 10, 2026

CVE-2026-35403 Overview

CVE-2026-35403 is a Cross-Site Scripting (XSS) vulnerability affecting LORIS (Longitudinal Online Research and Imaging System), a self-hosted web application used for data and project management in neuroimaging research environments. The vulnerability exists in the survey_accounts module and can be exploited when a user provides an invalid visit label. Although the data is properly JSON encoded, the missing Content-Type header causes web browsers to interpret the response payload as HTML, enabling potential XSS attacks if a user is tricked into following a malicious link.

Critical Impact

Attackers can execute arbitrary JavaScript in the context of authenticated user sessions, potentially leading to session hijacking, data theft, or unauthorized actions within neuroimaging research systems containing sensitive patient data.

Affected Products

  • LORIS versions from 15.10 to before 27.0.3
  • LORIS versions 28.0.0 (prior to 28.0.1)

Discovery Timeline

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

Technical Details for CVE-2026-35403

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw exists in how the LORIS survey_accounts module handles invalid visit label parameters in HTTP responses.

The core issue stems from a missing HTTP Content-Type header in server responses. When a user submits an invalid visit label, the application returns JSON-encoded data but fails to set the appropriate Content-Type: application/json header. This header omission allows browsers to perform content sniffing and interpret the response as HTML, creating an avenue for XSS payload execution.

The attack requires user interaction, as the victim must be convinced to follow a specially crafted link containing the malicious payload. If successful, the attacker gains the ability to execute arbitrary JavaScript within the victim's browser session, potentially accessing sensitive neuroimaging research data and patient information managed by the LORIS platform.

Root Cause

The root cause is the improper handling of HTTP response headers in the survey_accounts module. While the developers correctly implemented JSON encoding for the response data (a defense-in-depth measure), they failed to explicitly set the Content-Type response header to application/json. Without this header, browsers may fall back to content sniffing behavior, treating the response as HTML and rendering any embedded scripts.

Attack Vector

The attack vector is network-based and requires both user interaction and some level of authentication. An attacker must craft a malicious URL containing an XSS payload within an invalid visit label parameter. The attacker then uses social engineering techniques to convince an authenticated LORIS user to click the malicious link. When the victim's browser receives the improperly typed response, it interprets the payload as HTML, executing the embedded JavaScript in the context of the user's authenticated session.

The vulnerability exploitation flow involves:

  1. Attacker identifies the vulnerable endpoint in the survey_accounts module
  2. Attacker crafts a URL with a malicious visit label containing JavaScript payload
  3. Victim clicks the link while authenticated to LORIS
  4. Server returns JSON-encoded response without proper Content-Type header
  5. Browser interprets response as HTML and executes the malicious script
  6. Attacker gains access to session tokens, cookies, or can perform actions as the victim

For technical implementation details, see the GitHub Security Advisory.

Detection Methods for CVE-2026-35403

Indicators of Compromise

  • HTTP requests to the survey_accounts module endpoint containing unusual or encoded characters in the visit label parameter
  • Access logs showing unexpected parameter values with JavaScript syntax elements (e.g., <script>, onerror=, javascript:)
  • User reports of unexpected browser behavior or unauthorized actions after clicking links to LORIS

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing XSS payloads in the visit label parameter
  • Monitor HTTP response headers for missing Content-Type declarations, particularly on endpoints returning JSON data
  • Deploy browser-based security controls such as Content Security Policy (CSP) headers to mitigate script execution from untrusted sources
  • Review web server and application logs for requests to the survey_accounts endpoint with suspicious parameter patterns

Monitoring Recommendations

  • Enable detailed logging for the survey_accounts module and related authentication endpoints
  • Configure alerting for unusual patterns of access to survey-related URLs, especially from external referrers
  • Monitor for session anomalies that may indicate session hijacking following XSS exploitation
  • Implement user behavior analytics to detect unauthorized actions performed via compromised sessions

How to Mitigate CVE-2026-35403

Immediate Actions Required

  • Upgrade LORIS installations to version 27.0.3 or 28.0.1 immediately
  • Review access logs for potential exploitation attempts prior to patching
  • Notify users about the vulnerability and advise against clicking untrusted links to the LORIS application
  • Consider temporarily restricting access to the survey_accounts module if immediate patching is not possible

Patch Information

This vulnerability is fixed in LORIS versions 27.0.3 and 28.0.1. Organizations running affected versions (15.10 through pre-27.0.3 and version 28.0.0) should prioritize upgrading to the patched releases. The fix ensures that proper Content-Type headers are set on HTTP responses, preventing browsers from interpreting JSON data as HTML.

For complete patch details and upgrade instructions, refer to the GitHub Security Advisory.

Workarounds

  • Configure a reverse proxy or WAF to add Content-Type: application/json headers to responses from the survey_accounts module
  • Implement strict Content Security Policy (CSP) headers to prevent inline script execution
  • Restrict network access to the LORIS application to trusted IP ranges until patching is complete
  • Educate users about the risks of clicking untrusted links, especially those containing unusual parameters
bash
# Example: Apache configuration to add Content-Type header
# Add to your LORIS virtual host configuration
<Location "/survey_accounts">
    Header set Content-Type "application/json; charset=utf-8"
    Header set X-Content-Type-Options "nosniff"
</Location>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechLoris

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35169: LORIS Help Editor 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