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

CVE-2026-3977: ProjectSend Auth Bypass Vulnerability

CVE-2026-3977 is an authentication bypass flaw in ProjectSend up to r1945 affecting AJAX endpoints. Attackers can exploit this remotely to gain unauthorized access. This article covers technical details, impact, and patches.

Published: March 13, 2026

CVE-2026-3977 Overview

A missing authorization vulnerability has been identified in ProjectSend versions up to r1945. The vulnerability affects an unknown function within the AJAX Endpoints component, allowing attackers to bypass authorization controls. This weakness (CWE-862: Missing Authorization) enables remote attackers to perform unauthorized actions through the affected endpoints without proper permission validation.

Critical Impact

Remote attackers can exploit missing authorization checks in ProjectSend AJAX endpoints to access or manipulate resources without proper authentication, potentially leading to unauthorized data access or system modifications.

Affected Products

  • ProjectSend versions up to r1945

Discovery Timeline

  • March 12, 2026 - CVE-2026-3977 published to NVD
  • March 12, 2026 - Last updated in NVD database

Technical Details for CVE-2026-3977

Vulnerability Analysis

This vulnerability stems from improper authorization enforcement within ProjectSend's AJAX endpoint handlers. When processing requests to AJAX endpoints, the application fails to verify whether the requesting user has appropriate permissions to perform the requested action. This missing authorization check allows authenticated users with low privileges—or potentially unauthenticated users—to access functionality that should be restricted.

The vulnerability is classified under CWE-862 (Missing Authorization), which describes scenarios where software does not perform an authorization check when an actor attempts to access a resource or perform an action. In the context of ProjectSend, this means the AJAX endpoints process requests without validating the caller's authorization level.

Root Cause

The root cause is the absence of proper authorization checks within the AJAX endpoint handlers. The affected code path processes incoming requests and executes the requested functionality without first verifying that the user has the necessary permissions. This architectural oversight allows unauthorized access to protected resources and operations.

Attack Vector

The vulnerability can be exploited remotely over a network connection. An attacker can craft HTTP requests to the vulnerable AJAX endpoints to perform unauthorized actions. Since the authorization checks are missing, the application processes these requests as if they came from an authorized user. The attack requires low privileges and no user interaction, making it relatively straightforward to exploit.

The exploitation mechanism involves sending direct HTTP requests to the AJAX endpoints. Without proper authorization verification, the server accepts and processes these requests, potentially allowing attackers to:

  • Access sensitive file information
  • Modify system configurations
  • Perform administrative actions without appropriate privileges

For technical details on the vulnerability, refer to GitHub Issue #1525.

Detection Methods for CVE-2026-3977

Indicators of Compromise

  • Unusual volume of requests to AJAX endpoints from unauthorized or low-privilege user sessions
  • HTTP requests to administrative AJAX functions from non-administrative accounts
  • Unexpected data modifications or access patterns in ProjectSend logs
  • Access logs showing direct API calls bypassing normal application workflow

Detection Strategies

  • Monitor web server access logs for anomalous request patterns to AJAX endpoints
  • Implement web application firewall (WAF) rules to detect and block unauthorized access attempts
  • Review audit logs for actions performed by users outside their permission scope
  • Deploy intrusion detection signatures targeting known exploitation patterns for missing authorization vulnerabilities

Monitoring Recommendations

  • Enable comprehensive logging for all AJAX endpoint access
  • Configure alerts for failed authorization attempts or unusual access patterns
  • Implement session monitoring to detect privilege escalation attempts
  • Regularly review access control lists and user permission assignments

How to Mitigate CVE-2026-3977

Immediate Actions Required

  • Update ProjectSend to a version containing the security patch (commit 35dfd6f08f7d517709c77ee73e57367141107e6b or later)
  • Review user access logs for signs of exploitation
  • Audit current user permissions and remove unnecessary privileges
  • Consider restricting access to the ProjectSend application until patching is complete

Patch Information

A patch has been released to address this vulnerability. The fix is available in GitHub Commit 35dfd6f08f7. The patch implements proper authorization checks in the affected AJAX endpoints to ensure users can only perform actions they are authorized to execute. Administrators should update their ProjectSend installations by pulling the latest code from the ProjectSend GitHub repository.

Workarounds

  • Implement network-level access controls to restrict access to the ProjectSend application to trusted IP addresses only
  • Deploy a web application firewall (WAF) with rules to validate authorization headers on AJAX requests
  • Disable or restrict access to non-essential AJAX endpoints until the patch can be applied
  • Implement additional authentication layers such as VPN access requirements for the application
bash
# Example: Restrict access to ProjectSend using Apache .htaccess
<Location "/ajax/">
    Require ip 10.0.0.0/8 192.168.0.0/16
    # Only allow access from internal network ranges
</Location>

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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/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-862
  • Technical References
  • GitHub Projectsend Repository

  • GitHub Commit 35dfd6f08f7

  • GitHub Issue #1525

  • GitHub Issue #1525 Comment

  • VulDB #350412 (CTI)

  • VulDB #350412
  • Related CVEs
  • CVE-2026-4045: ProjectSend Auth Bypass Vulnerability

  • CVE-2024-11680: ProjectSend Authentication Bypass Flaw

  • 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