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

CVE-2026-23625: OpenProject Stored XSS Vulnerability

CVE-2026-23625 is a stored cross-site scripting flaw in OpenProject's Roadmap view that allows HTML injection through project names. This article covers the technical details, affected versions, and mitigation steps.

Published: January 23, 2026

CVE-2026-23625 Overview

CVE-2026-23625 is a stored cross-site scripting (XSS) vulnerability affecting OpenProject, an open-source, web-based project management software. The vulnerability exists in the Roadmap view component and allows attackers to inject arbitrary HTML and JavaScript code through maliciously crafted project names.

The flaw stems from improper handling of user-controlled project names when rendering the "Related work packages" list. When a version contains work packages from a different project (such as a subproject), the link_to_work_package helper function prepends package.project.to_s to the link and returns the entire string with .html_safe. Since project names are user-controlled and no escaping occurs before calling html_safe, any HTML placed in a subproject name is injected verbatim into the page.

Critical Impact

Attackers with project creation privileges can execute arbitrary JavaScript in the context of other users' sessions, potentially leading to session hijacking, credential theft, and unauthorized actions within the OpenProject environment.

Affected Products

  • OpenProject versions 16.3.0 through 16.6.4

Discovery Timeline

  • 2026-01-19 - CVE CVE-2026-23625 published to NVD
  • 2026-01-19 - Last updated in NVD database

Technical Details for CVE-2026-23625

Vulnerability Analysis

This stored XSS vulnerability arises from a security regression introduced in OpenProject version 16.3.0. During a refactoring effort to migrate to Rails' standard Content Security Policy framework, the X-Content-Type-Options: nosniff header was inadvertently removed from the application's response headers. This header had previously provided a defense-in-depth measure against certain content injection attacks.

The core issue lies in the link_to_work_package helper method used to render work package links in the Roadmap view. When displaying work packages that belong to subprojects, the method concatenates the project name directly into the HTML output and marks it as safe using Rails' .html_safe method. This bypasses Rails' automatic HTML escaping mechanism, creating an opportunity for XSS injection.

An attacker with the ability to create or modify project names can embed malicious script tags or event handlers that execute when other users view the Roadmap. The stored nature of this vulnerability means the malicious payload persists in the database and executes every time the affected page is rendered.

Root Cause

The root cause is twofold: First, the improper use of .html_safe on user-controlled data (project names) without prior sanitization or escaping. Second, the inadvertent removal of the X-Content-Type-Options: nosniff security header during a configuration refactoring in version 16.3.0, which eliminated a layer of protection against content-type confusion attacks.

Attack Vector

The attack vector is network-based and requires low privileges to execute. An authenticated user with project creation permissions can craft a malicious project name containing JavaScript code. When another user navigates to the Roadmap view that displays work packages from the malicious subproject, the injected script executes in their browser context.

The attack requires user interaction—specifically, a victim must view the compromised Roadmap page. However, since Roadmap views are commonly accessed in project management workflows, the likelihood of exploitation is significant. The scope of impact extends beyond the vulnerable application context, as successful exploitation can compromise user sessions, exfiltrate sensitive data, or perform actions on behalf of authenticated users.

Detection Methods for CVE-2026-23625

Indicators of Compromise

  • Unusual project names containing HTML tags, script elements, or JavaScript event handlers (e.g., <script>, onerror=, onload=)
  • Database entries in the projects table with names containing encoded or raw HTML/JavaScript payloads
  • Web server logs showing requests to Roadmap endpoints followed by suspicious outbound connections or error patterns
  • User reports of unexpected browser behavior or pop-ups when viewing Roadmap pages

Detection Strategies

  • Implement Content Security Policy (CSP) violation reporting to detect inline script execution attempts
  • Deploy Web Application Firewall (WAF) rules to identify and alert on XSS patterns in HTTP responses
  • Enable database auditing to monitor for suspicious INSERT or UPDATE operations on project name fields
  • Configure browser-side XSS auditing and monitor for triggered detections in security logs

Monitoring Recommendations

  • Monitor HTTP response headers to verify X-Content-Type-Options: nosniff is present on all responses
  • Review application logs for unusual patterns in project creation or modification activities
  • Implement real-time alerting for CSP violation reports indicating potential XSS attempts
  • Conduct periodic security scans of the OpenProject database for stored XSS payloads

How to Mitigate CVE-2026-23625

Immediate Actions Required

  • Upgrade to OpenProject version 16.6.5 or 17.0.0 immediately to apply the security fix
  • If immediate upgrade is not possible, configure your reverse proxy or web server to add the X-Content-Type-Options: nosniff header to all responses
  • Audit existing project names in the database for potential malicious content
  • Review recent project creation and modification activity for signs of exploitation

Patch Information

OpenProject has addressed this vulnerability in versions 16.6.5 and 17.0.0 by restoring the X-Content-Type-Options: nosniff header that was inadvertently removed during the Rails Content Security Policy migration. Users should upgrade to the latest patched version as soon as possible.

For detailed patch information, refer to the following official resources:

  • GitHub Release v16.6.5
  • GitHub Release v17.0.0
  • GitHub Security Advisory GHSA-cvpq-cc56-gwxx

Workarounds

  • Configure your proxying web server (nginx, Apache, etc.) to add the X-Content-Type-Options: nosniff header to all responses
  • Implement strict input validation on project names at the application or database level to reject HTML content
  • Deploy a Web Application Firewall with XSS filtering capabilities in front of the OpenProject instance
  • Consider restricting project creation permissions to trusted administrators until the upgrade can be completed
bash
# Nginx configuration example - add to server block
add_header X-Content-Type-Options "nosniff" always;

# Apache configuration example - add to VirtualHost or .htaccess
Header always set X-Content-Type-Options "nosniff"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOpenproject

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Release v16.6.5

  • GitHub Release v17.0.0

  • GitHub Security Advisory GHSA-cvpq-cc56-gwxx
  • Related CVEs
  • CVE-2026-32703: OpenProject XSS Vulnerability

  • CVE-2026-30235: OpenProject DOM Clobbering XSS Vulnerability

  • CVE-2026-25764: OpenProject XSS Vulnerability

  • 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