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-2025-41075

CVE-2025-41075: LimeSurvey Redirect Loop DoS Vulnerability

CVE-2025-41075 is a denial of service flaw in LimeSurvey 6.13.0 caused by infinite HTTP redirects in the /optin endpoint. Attackers can exploit this to exhaust resources. This article covers technical details, impact, and mitigation.

Published: April 22, 2026

CVE-2025-41075 Overview

CVE-2025-41075 is a Denial of Service (DoS) vulnerability affecting LimeSurvey version 6.13.0. The vulnerability exists in the /optin endpoint, which triggers infinite HTTP redirects when accessed directly. This behavior can be exploited to exhaust server or client resources, causing service degradation or browser instability. The system is unable to break the redirect loop, making it a reliable vector for disruption attacks against LimeSurvey installations.

Critical Impact

Attackers can exploit the infinite redirect loop to cause resource exhaustion on both server and client sides, leading to service unavailability and potential browser crashes for users attempting to access the affected endpoint.

Affected Products

  • LimeSurvey 6.13.0

Discovery Timeline

  • November 20, 2025 - CVE-2025-41075 published to NVD
  • November 21, 2025 - Last updated in NVD database

Technical Details for CVE-2025-41075

Vulnerability Analysis

This vulnerability is classified under CWE-835 (Loop with Unreachable Exit Condition), commonly known as an infinite loop vulnerability. The /optin endpoint in LimeSurvey 6.13.0 contains flawed redirect logic that creates a self-referencing redirect chain when the endpoint is accessed directly without proper context or parameters.

The attack can be executed remotely over the network without any authentication or user interaction required. The primary impact is on system availability, as the infinite redirect loop consumes server resources handling continuous redirect responses and can overwhelm client browsers attempting to follow the redirect chain.

Root Cause

The root cause is improper redirect handling within the /optin endpoint. When this endpoint receives a request without the expected parameters or session context, instead of returning an appropriate error response or redirecting to a valid destination, it redirects back to itself. This creates an endless loop where each redirect response points back to the same endpoint, triggering another redirect.

The application lacks proper exit conditions or redirect cycle detection that would normally prevent such infinite loops. This oversight in the redirect logic allows the vulnerability to be triggered consistently.

Attack Vector

The attack is network-based and requires no authentication or special privileges. An attacker can exploit this vulnerability by:

  1. Sending HTTP requests directly to the /optin endpoint on a vulnerable LimeSurvey installation
  2. The server responds with a redirect pointing back to the same endpoint
  3. Each subsequent request triggers another redirect, creating an infinite loop
  4. Server resources are consumed handling the continuous redirect responses
  5. If a browser follows the redirects, client-side resources are also exhausted

This can be amplified by sending multiple concurrent requests to the vulnerable endpoint, potentially overwhelming the server's capacity to handle legitimate traffic.

Detection Methods for CVE-2025-41075

Indicators of Compromise

  • Unusual spike in HTTP 3xx redirect responses from the LimeSurvey server
  • High volume of requests to the /optin endpoint in web server access logs
  • Client-side reports of browser hangs or crashes when accessing LimeSurvey
  • Elevated server CPU or memory utilization without corresponding legitimate traffic increase

Detection Strategies

  • Monitor web application firewall (WAF) logs for repeated requests to /optin from single sources
  • Implement rate limiting on the /optin endpoint to detect and throttle abuse attempts
  • Configure alerting for HTTP redirect loops detected in server response patterns
  • Review access logs for patterns of rapid, repeated requests to the same endpoint

Monitoring Recommendations

  • Set up real-time monitoring for unusual redirect response patterns in LimeSurvey
  • Configure network monitoring tools to alert on high-frequency requests to /optin
  • Implement server health monitoring to detect resource exhaustion symptoms
  • Enable detailed logging for the /optin endpoint to support incident investigation

How to Mitigate CVE-2025-41075

Immediate Actions Required

  • Upgrade LimeSurvey to a patched version once available from the vendor
  • Implement rate limiting on the /optin endpoint at the web server or WAF level
  • Consider temporarily restricting access to the /optin endpoint if not operationally required
  • Monitor server resources and implement automatic scaling or circuit breakers where possible

Patch Information

No official vendor patch has been confirmed at this time. Organizations should monitor the INCIBE Security Notice and official LimeSurvey security channels for patch availability. Once a patch is released, prioritize testing and deployment based on your organization's exposure.

Workarounds

  • Implement rate limiting at the reverse proxy or load balancer level for requests to /optin
  • Configure web server rules to detect and block redirect loops targeting the vulnerable endpoint
  • Deploy a WAF rule to limit the number of requests from a single source to /optin within a time window
  • Consider IP-based access restrictions if the opt-in functionality is only needed from specific networks
bash
# Example Nginx rate limiting configuration for the /optin endpoint
# Add to your LimeSurvey server block configuration

limit_req_zone $binary_remote_addr zone=optin_limit:10m rate=5r/s;

location /optin {
    limit_req zone=optin_limit burst=10 nodelay;
    limit_req_status 429;
    # Continue with normal proxy/fastcgi configuration
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLimesurvey

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-835
  • Technical References
  • INCIBE Security Notice
  • Related CVEs
  • CVE-2025-41074: LimeSurvey DoS Vulnerability

  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-63238: LimeSurvey Reflected XSS Vulnerability

  • CVE-2025-56422: LimeSurvey RCE 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