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
    • 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-22602

CVE-2026-22602: OpenProject Information Disclosure Flaw

CVE-2026-22602 is an information disclosure vulnerability in OpenProject that allows low-privileged users to enumerate and extract full names of all users via predictable user IDs. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2026-22602 Overview

CVE-2026-22602 is an Information Disclosure vulnerability in OpenProject, an open-source, web-based project management software. Prior to version 16.6.2, a low-privileged logged-in user can view the full names of other users by exploiting predictable, sequential user IDs. Since user IDs are assigned sequentially (e.g., 1 to 1000), an attacker can extract a complete list of all users' full names by iterating through these URLs. The same behavior can also be reproduced via the OpenProject API, allowing automated retrieval of full names through the API as well.

Critical Impact

Low-privileged authenticated users can enumerate and harvest the full names of all users in the OpenProject instance, potentially enabling targeted phishing attacks or social engineering campaigns against organizational members.

Affected Products

  • OpenProject versions prior to 16.6.2

Discovery Timeline

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

Technical Details for CVE-2026-22602

Vulnerability Analysis

This vulnerability falls under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The core issue lies in insufficient access control on user profile endpoints. When authenticated users access user profile URLs or API endpoints with sequential user IDs, the system returns full user names regardless of whether the requesting user should have visibility into that information.

The vulnerability enables mass enumeration of user identities within an OpenProject instance. While the information exposed is limited to full names rather than credentials or other highly sensitive data, this information leakage can facilitate social engineering attacks, organizational reconnaissance, or targeted phishing campaigns against specific individuals within an organization.

Root Cause

The root cause is an Insecure Direct Object Reference (IDOR) combined with insufficient authorization checks on user profile data. The application uses predictable, sequential integer IDs for user accounts and fails to validate whether the requesting user has appropriate permissions to view another user's full name. This allows any authenticated user to access profile information for arbitrary user IDs by simply modifying the ID parameter in requests.

Attack Vector

The attack requires network access and a low-privileged authenticated account. An attacker can exploit this vulnerability through either the web interface or the OpenProject API:

  1. The attacker authenticates to OpenProject with any valid low-privileged account
  2. The attacker identifies the URL pattern for user profile endpoints
  3. By iterating through sequential user IDs (e.g., /users/1, /users/2, etc.), the attacker retrieves full names for all users
  4. Alternatively, the attacker can automate this process via the OpenProject API for faster enumeration

The vulnerability requires user interaction in the sense that the attacker must be authenticated, but no action is required from the victim users whose information is being exposed.

Detection Methods for CVE-2026-22602

Indicators of Compromise

  • Unusual volume of requests to user profile endpoints from a single authenticated session
  • Sequential access patterns to /users/{id} or equivalent API endpoints
  • Automated scripting behavior targeting user enumeration endpoints
  • Unexpected exports or bulk queries against user data

Detection Strategies

  • Monitor web server logs for patterns indicating sequential user ID enumeration
  • Implement rate limiting alerts on user profile endpoint access
  • Configure application-level logging to track unusual access patterns to user data
  • Deploy web application firewalls (WAF) with rules to detect enumeration attacks

Monitoring Recommendations

  • Enable detailed access logging for user profile and API endpoints
  • Set up alerts for high-frequency requests to user-related endpoints from single sessions
  • Review authentication logs for accounts exhibiting unusual data access patterns
  • Implement anomaly detection for API usage that deviates from normal user behavior

How to Mitigate CVE-2026-22602

Immediate Actions Required

  • Upgrade OpenProject to version 16.6.2 or later immediately
  • Review access logs for evidence of prior exploitation
  • Audit user permissions and access control configurations
  • Consider implementing additional rate limiting on user profile endpoints

Patch Information

OpenProject has released version 16.6.2 which addresses this vulnerability. The fix can be found in the GitHub Commit Update. Additional details are available in the GitHub Pull Request and the GitHub Security Advisory GHSA-7fvx-9h6h-g82j. The patched version is available at GitHub Release v16.6.2.

Workarounds

  • Apply the patch manually if immediate upgrade is not possible (reference the security advisory for patch details)
  • Implement network-level access controls to restrict OpenProject access to trusted IP ranges
  • Deploy a web application firewall (WAF) to detect and block enumeration attempts
  • Temporarily restrict API access until the patch can be applied

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpenproject

  • SeverityLOW

  • CVSS Score3.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request

  • GitHub Release v16.6.2

  • GitHub Security Advisory GHSA-7fvx-9h6h-g82j
  • Related CVEs
  • CVE-2026-30236: OpenProject Information Disclosure Flaw

  • CVE-2026-23721: OpenProject Information Disclosure Flaw

  • CVE-2026-22604: OpenProject Information Disclosure Flaw

  • CVE-2026-34717: OpenProject SQL Injection Vulnerability
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