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-2024-11680

CVE-2024-11680: ProjectSend Authentication Bypass Flaw

CVE-2024-11680 is an authentication bypass vulnerability in ProjectSend that lets attackers modify configurations without credentials. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2024-11680 Overview

CVE-2024-11680 is an improper authentication vulnerability affecting ProjectSend, a popular open-source file sharing web application. The vulnerability exists in versions prior to r1720, where remote unauthenticated attackers can exploit the flaw by sending crafted HTTP requests to options.php, enabling unauthorized modification of the application's configuration. Successful exploitation allows attackers to create arbitrary accounts, upload webshells, and embed malicious JavaScript, leading to complete system compromise.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog. Remote unauthenticated attackers can achieve full system compromise through webshell uploads and arbitrary code execution.

Affected Products

  • ProjectSend versions prior to r1720
  • All installations with options.php accessible via HTTP

Discovery Timeline

  • 2024-11-26 - CVE-2024-11680 published to NVD
  • 2025-10-31 - Last updated in NVD database

Technical Details for CVE-2024-11680

Vulnerability Analysis

This vulnerability stems from missing authentication checks in the options.php configuration endpoint. ProjectSend's configuration interface fails to properly validate that incoming requests originate from authenticated administrator sessions. As a result, unauthenticated attackers can send specially crafted POST requests to modify critical application settings remotely.

The impact of this vulnerability is severe because attackers can chain multiple malicious actions: first enabling user self-registration, then creating attacker-controlled accounts, and finally uploading webshells or other malicious files. Additionally, attackers can inject malicious JavaScript into the application configuration, potentially affecting all users who access the compromised instance.

The vulnerability has been assigned CWE-306 (Missing Authentication for Critical Function), reflecting the fundamental security flaw of exposing sensitive administrative functionality without proper access controls.

Root Cause

The root cause lies in the options.php script's failure to implement proper authentication verification before processing configuration change requests. The application does not validate session tokens or check user privileges before accepting and applying configuration modifications. This architectural flaw allows any remote attacker to directly manipulate application settings without providing any credentials.

Attack Vector

The attack is network-based and requires no user interaction or prior authentication. Attackers can exploit this vulnerability by sending malicious HTTP POST requests directly to the options.php endpoint. The attack sequence typically involves:

  1. Sending crafted requests to enable user registration functionality
  2. Creating new administrator or user accounts through the newly enabled registration
  3. Uploading webshells through the file upload functionality
  4. Executing arbitrary commands on the underlying server

Public exploit modules are available in the Metasploit Framework, and proof-of-concept code has been published, significantly lowering the barrier for exploitation.

The exploitation mechanism targets the unauthenticated configuration endpoint. Attackers send POST requests containing malicious configuration parameters to options.php, which the application processes without verifying the requester's identity. For detailed technical analysis, refer to the Synacktiv Vulnerabilities Report and the VulnCheck Advisory.

Detection Methods for CVE-2024-11680

Indicators of Compromise

  • Unexpected POST requests to options.php from external IP addresses
  • New user accounts created without administrator knowledge, especially accounts with elevated privileges
  • Presence of unexpected PHP files in upload directories or webshell signatures
  • Configuration changes to the application that were not authorized by administrators
  • Suspicious JavaScript code embedded in application settings or pages

Detection Strategies

  • Deploy web application firewall (WAF) rules to monitor and block suspicious requests to options.php
  • Implement file integrity monitoring on ProjectSend installation directories to detect unauthorized file uploads
  • Review web server access logs for unusual POST requests to configuration endpoints from unauthenticated sessions
  • Utilize the Nuclei detection template for automated vulnerability scanning

Monitoring Recommendations

  • Enable detailed logging for all requests to administrative endpoints including options.php
  • Monitor for new user account creation events, particularly administrator accounts
  • Set up alerts for file system changes within the ProjectSend upload and web directories
  • Implement network monitoring to detect outbound connections from the web server that may indicate webshell activity

How to Mitigate CVE-2024-11680

Immediate Actions Required

  • Upgrade ProjectSend to version r1720 or later immediately
  • If immediate upgrade is not possible, restrict network access to options.php through firewall rules or web server configuration
  • Audit existing user accounts for any unauthorized additions and remove suspicious accounts
  • Scan upload directories for webshells or other malicious files
  • Review application configuration settings for unauthorized changes or malicious JavaScript

Patch Information

The vulnerability has been addressed in ProjectSend version r1720. The security fix is available in the official commit 193367d. Organizations should update to this version or later to remediate the vulnerability. Given the active exploitation and CISA KEV listing, patching should be treated as an urgent priority.

Workarounds

  • Block access to options.php at the web server level using .htaccess rules or nginx location blocks
  • Place the ProjectSend installation behind a VPN or require authentication at the network level
  • Implement IP whitelisting to restrict access to the application to trusted networks only
  • Disable the application entirely until patching is feasible if the system contains sensitive data
bash
# Apache .htaccess workaround to block access to options.php
<Files "options.php">
    Require all denied
</Files>

# Nginx configuration to block options.php
location = /options.php {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechProjectsend

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability93.49%

  • Known ExploitedYes
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-306
  • Technical References
  • GitHub Nuclei Template

  • Metasploit Projectsend RCE Exploit

  • VulnCheck Projectsend Bypass Advisory

  • CISA Known Exploited CVE-2024-11680
  • Vendor Resources
  • GitHub Projectsend Commit

  • Synacktiv Projectsend Vulnerabilities Report
  • Related CVEs
  • CVE-2026-3977: ProjectSend Auth Bypass Vulnerability

  • CVE-2026-4045: ProjectSend Auth Bypass Vulnerability

  • CVE-2026-5624: ProjectSend CSRF Vulnerability

  • CVE-2026-4044: ProjectSend Path Traversal 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