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

CVE-2025-41074: LimeSurvey DoS Vulnerability

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

Published: April 22, 2026

CVE-2025-41074 Overview

CVE-2025-41074 is a Denial of Service (DoS) vulnerability affecting LimeSurvey version 6.13.0. The vulnerability exists in the /optout endpoint, which triggers an infinite HTTP redirect loop when accessed directly. This behavior can be exploited by attackers to exhaust server or client resources, leading to service degradation or browser instability. The system lacks proper redirect loop detection and prevention mechanisms, allowing the infinite loop to persist.

Critical Impact

Attackers can exploit this vulnerability to cause service disruption by overwhelming server resources or causing client-side browser instability through infinite HTTP redirects.

Affected Products

  • LimeSurvey 6.13.0

Discovery Timeline

  • 2025-11-20 - CVE-2025-41074 published to NVD
  • 2025-11-21 - Last updated in NVD database

Technical Details for CVE-2025-41074

Vulnerability Analysis

This vulnerability is classified under CWE-835 (Loop with Unreachable Exit Condition), commonly known as an Infinite Loop vulnerability. The /optout endpoint in LimeSurvey 6.13.0 contains flawed redirect logic that causes the server to continuously issue HTTP redirect responses when the endpoint is accessed directly without proper parameters or context.

When a user or automated tool sends a request to the vulnerable /optout endpoint, the application responds with a redirect that points back to the same endpoint or creates a circular redirect chain. Since there is no mechanism to detect and break this redirect loop, the process continues indefinitely. This consumes server resources (connection handlers, memory, CPU cycles) for each request and can also cause client browsers to become unresponsive or crash.

The vulnerability can be triggered remotely without authentication, making it accessible to any network attacker who can reach the LimeSurvey installation.

Root Cause

The root cause is improper handling of redirect logic in the /optout endpoint. The application fails to implement proper exit conditions or redirect depth limiting, resulting in an infinite loop condition (CWE-835). The code path responsible for generating redirect responses does not include validation to ensure the target URL differs from the source or that a maximum redirect count has not been exceeded.

Attack Vector

The vulnerability is exploited via network access with no authentication required. An attacker can send direct HTTP requests to the /optout endpoint on a vulnerable LimeSurvey installation. This triggers the infinite redirect loop, which can be weaponized in several ways:

  1. Direct DoS: Sending multiple concurrent requests to the endpoint exhausts server connection pools and resources
  2. Client-side attack: Directing victims to the vulnerable endpoint causes their browsers to become unresponsive
  3. Amplification: The redirect loop amplifies a single request into continuous server processing

The attack is straightforward to execute and requires no special tools or authentication credentials. Any HTTP client capable of sending GET requests can trigger the vulnerability.

Detection Methods for CVE-2025-41074

Indicators of Compromise

  • Unusual spike in HTTP requests targeting the /optout endpoint
  • Server logs showing repeated redirect responses (HTTP 301/302/307) for the same client session
  • Increased server resource utilization (CPU, memory, connection handlers) without corresponding legitimate traffic
  • Client reports of browser hanging or crashing when accessing survey opt-out links

Detection Strategies

  • Monitor web server access logs for patterns of repeated requests to /optout from the same source IP
  • Implement rate limiting rules that trigger alerts on excessive redirect responses
  • Configure web application firewalls (WAF) to detect and block redirect loop patterns
  • Review LimeSurvey application logs for error conditions related to the opt-out functionality

Monitoring Recommendations

  • Set up alerting for abnormal traffic patterns to the /optout endpoint
  • Monitor server resource metrics (CPU, memory, active connections) for sudden spikes
  • Track HTTP response codes and alert on unusual volumes of redirect responses
  • Implement logging for redirect chain depth to identify potential loop conditions

How to Mitigate CVE-2025-41074

Immediate Actions Required

  • Review the INCIBE Security Notice for vendor-specific guidance
  • Implement rate limiting on the /optout endpoint at the web server or WAF level
  • Consider temporarily restricting access to the /optout endpoint if not critical to operations
  • Monitor for exploitation attempts while awaiting an official patch

Patch Information

Consult the INCIBE Security Notice for the latest patch information and upgrade recommendations from the LimeSurvey vendor. Organizations should upgrade to a patched version of LimeSurvey as soon as one becomes available.

Workarounds

  • Configure web server or reverse proxy to limit redirect depth (e.g., Nginx proxy_redirect directives)
  • Implement rate limiting on the /optout endpoint to prevent resource exhaustion
  • Add WAF rules to detect and block requests that trigger excessive redirects
  • Temporarily disable or restrict access to the /optout endpoint if the functionality is not required
bash
# Example Nginx rate limiting configuration for the vulnerable endpoint
# Add to nginx.conf or site configuration

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

location /optout {
    limit_req zone=optout_limit burst=10 nodelay;
    # Additional redirect depth limiting may require application-level fixes
}

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-41075: LimeSurvey Redirect Loop 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