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-2026-22603

CVE-2026-22603: OpenProject Auth Bypass Vulnerability

CVE-2026-22603 is an authentication bypass flaw in OpenProject that allows unlimited password-guessing attacks without rate limiting. This article covers the technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2026-22603 Overview

OpenProject is an open-source, web-based project management software used by organizations worldwide for project planning, tracking, and collaboration. Prior to version 16.6.2, a critical authentication bypass vulnerability exists in OpenProject's unauthenticated password-change endpoint (/account/change_password). This endpoint was not protected by the same brute-force safeguards that apply to the normal login form, enabling attackers to perform unlimited password-guessing attacks against valid user accounts.

Critical Impact

An attacker who can guess or enumerate user IDs can perform automated password-guessing attacks using wordlists of common passwords without triggering lockout or rate-limiting controls. Successful exploitation results in full account compromise and potential privilege escalation within the application.

Affected Products

  • OpenProject versions prior to 16.6.2
  • OpenProject web-based project management installations with password change functionality enabled
  • Self-hosted and cloud-hosted OpenProject deployments running vulnerable versions

Discovery Timeline

  • 2026-01-10 - CVE CVE-2026-22603 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2026-22603

Vulnerability Analysis

This vulnerability stems from a missing brute-force protection mechanism (CWE-307: Improper Restriction of Excessive Authentication Attempts) on the password change endpoint. While the standard login form includes rate-limiting and account lockout controls to prevent brute-force attacks, the /account/change_password endpoint was inadvertently left unprotected.

The attack surface is exposed via the network and requires no authentication or user interaction to exploit. An attacker needs only to identify valid user IDs through enumeration or other means, then can programmatically submit password-change requests with candidate passwords from common wordlists. The lack of failed attempt tracking on this endpoint means there is no lockout mechanism to halt the attack.

Successful exploitation enables full account takeover. Depending on the compromised account's role and permissions, this can lead to horizontal or vertical privilege escalation within the OpenProject instance, potentially granting access to sensitive project data, administrative functions, or further attack vectors within the organization.

Root Cause

The root cause is the missing implementation of failed login attempt tracking and lockout logic in the password change controller. The password change endpoint did not invoke the failed_too_many_recent_login_attempts? check or log_failed_login method that the regular authentication flow uses. This asymmetry in security controls created a bypass path for brute-force attacks.

Attack Vector

The attack can be executed remotely over the network by any unauthenticated attacker with knowledge of valid user identifiers. The attacker targets the /account/change_password endpoint with automated requests, systematically testing passwords from wordlists. Since no rate limiting or lockout was enforced, attacks could proceed at high speed limited only by network bandwidth.

The following patch was applied in version 16.6.2 to address this vulnerability:

ruby
     # auth sources in the admin UI, so this shouldn't normally happen.
     return if redirect_if_password_change_not_allowed(user)
 
+    # Check if user is locked due to too many failed attempts
+    if user.failed_too_many_recent_login_attempts?
+      flash_and_log_invalid_credentials(is_logged_in: !show_user_name)
+      return render_password_change(user, nil, show_user_name:)
+    end
+
     # Ensure the current password is validated
     unless user.check_password?(params[:password], update_legacy:)
+      user.log_failed_login
       flash_and_log_invalid_credentials(is_logged_in: !show_user_name)
       return render_password_change(user, nil, show_user_name:)
     end

Source: GitHub Commit Details

The patch adds two critical security checks: verification of the failed_too_many_recent_login_attempts? condition before processing the password change, and logging of failed attempts via log_failed_login when password validation fails. This aligns the endpoint's security controls with the standard login form.

Detection Methods for CVE-2026-22603

Indicators of Compromise

  • High volume of POST requests to /account/change_password endpoint from single IP addresses or ranges
  • Multiple failed password change attempts for the same user account in rapid succession
  • Unusual patterns of password change requests outside normal business hours
  • Authentication log entries showing repeated failures followed by a success for the same account

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block rapid-fire requests to the password change endpoint
  • Configure intrusion detection systems (IDS) to alert on patterns indicative of credential stuffing or brute-force attacks
  • Enable and monitor OpenProject application logs for failed authentication events on the password change endpoint
  • Deploy SentinelOne Singularity platform to detect anomalous process behavior and suspicious network patterns associated with automated attack tools

Monitoring Recommendations

  • Establish baseline metrics for password change endpoint usage and alert on deviations
  • Monitor for user account lockouts that may indicate ongoing brute-force attempts
  • Review authentication logs regularly for signs of credential compromise
  • Implement real-time alerting on high-frequency requests to authentication-related endpoints

How to Mitigate CVE-2026-22603

Immediate Actions Required

  • Upgrade OpenProject installations to version 16.6.2 or later immediately
  • Review authentication logs for evidence of exploitation prior to patching
  • Force password resets for any accounts showing suspicious failed attempt patterns
  • Implement network-level rate limiting on the /account/change_password endpoint as an interim measure

Patch Information

OpenProject has released version 16.6.2 which addresses this vulnerability by implementing proper brute-force protection on the password change endpoint. The patch ensures that failed login attempt tracking and account lockout mechanisms are applied consistently across all authentication paths.

For detailed patch information, refer to:

  • GitHub Release v16.6.2
  • GitHub Security Advisory GHSA-93x5-prx9-x239
  • GitHub Pull Request

Workarounds

  • Apply the security patch manually if immediate upgrade is not possible (see GitHub Commit Details)
  • Configure reverse proxy or WAF to enforce rate limiting on the /account/change_password endpoint
  • Implement fail2ban or similar IP-based blocking for repeated failed attempts to authentication endpoints
  • Restrict access to the password change endpoint to trusted network ranges where feasible
bash
# Example nginx rate limiting configuration for password change endpoint
limit_req_zone $binary_remote_addr zone=password_change:10m rate=5r/m;

location /account/change_password {
    limit_req zone=password_change burst=3 nodelay;
    proxy_pass http://openproject_backend;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenproject

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-307
  • Technical References
  • GitHub Commit Details

  • GitHub Pull Request

  • GitHub Release v16.6.2

  • GitHub Security Advisory GHSA-93x5-prx9-x239
  • Related CVEs
  • CVE-2026-30239: OpenProject Auth Bypass Vulnerability

  • CVE-2026-27723: OpenProject Auth Bypass Vulnerability

  • CVE-2026-24777: OpenProject Auth Bypass Vulnerability

  • CVE-2026-24772: OpenProject Auth Bypass 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