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

CVE-2026-32703: OpenProject XSS Vulnerability

CVE-2026-32703 is a persistent XSS flaw in OpenProject's Repositories module that allows attackers to inject malicious HTML through repository filenames. This article covers technical details, affected versions, and patches.

Published: March 20, 2026

CVE-2026-32703 Overview

CVE-2026-32703 is a stored Cross-Site Scripting (XSS) vulnerability in OpenProject, an open-source web-based project management software. The vulnerability exists in the Repositories module, which fails to properly escape filenames displayed from connected repositories. An attacker with push access to a repository can craft commits containing filenames with embedded HTML code, which is then rendered without proper sanitization when other project members view the changeset.

Critical Impact

Authenticated attackers can execute arbitrary JavaScript in the browsers of other project members, potentially leading to session hijacking, credential theft, or malicious actions performed on behalf of victims.

Affected Products

  • OpenProject versions prior to 16.6.9
  • OpenProject versions prior to 17.0.6
  • OpenProject versions prior to 17.1.3
  • OpenProject version 17.2.0 (fixed in 17.2.1)

Discovery Timeline

  • March 18, 2026 - CVE-2026-32703 published to NVD
  • March 19, 2026 - Last updated in NVD database

Technical Details for CVE-2026-32703

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw resides in the Repositories module's handling of filenames when displaying changesets from connected version control repositories.

When repository commits are displayed in the OpenProject interface, filenames are rendered in the changeset view without adequate HTML encoding. This architectural oversight allows malicious HTML and JavaScript content embedded within filenames to be executed in the context of other users' browser sessions.

The attack requires the attacker to have legitimate push access to a repository integrated with OpenProject. Once a malicious commit is pushed, any project member who views the changeset containing the crafted filename will have the malicious script executed in their browser. This makes it a persistent (stored) XSS attack that affects all users who access the vulnerable page.

Root Cause

The root cause of this vulnerability is insufficient output encoding in the Repositories module. When displaying filenames from repository changesets, the application fails to sanitize or escape HTML special characters. This allows attacker-controlled content (the filename) to break out of its intended context and be interpreted as executable HTML/JavaScript by the browser.

Attack Vector

The attack is executed over the network and requires the attacker to be authenticated with push access to a repository connected to OpenProject. The attack flow proceeds as follows:

  1. The attacker creates a file in the repository with a specially crafted filename containing HTML or JavaScript code (e.g., <img src=x onerror=alert(document.cookie)>)
  2. The attacker commits and pushes this file to the repository
  3. The attacker then deletes the file in a subsequent commit to ensure it appears in the changeset view
  4. When any project member accesses the Repositories module and views the changeset containing the malicious filename, the embedded script executes in their browser
  5. The attacker can leverage this to steal session tokens, perform actions as the victim, or redirect users to malicious sites

This vulnerability requires user interaction (viewing the affected changeset) and affects the confidentiality and integrity of the user's session without impacting availability.

Detection Methods for CVE-2026-32703

Indicators of Compromise

  • Repository commit history containing filenames with HTML tags or JavaScript code patterns
  • Unusual filenames containing characters like <script>, <img, onerror=, onclick=, or similar HTML event handlers
  • Web server logs showing requests to repository changeset pages followed by unusual external requests
  • User reports of unexpected behavior when viewing repository changesets

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Monitor repository commit logs for filenames containing suspicious patterns such as HTML tags or JavaScript event handlers
  • Deploy web application firewalls (WAF) with rules to detect XSS patterns in request/response data
  • Enable browser-based XSS auditing and logging through appropriate security headers

Monitoring Recommendations

  • Review OpenProject access logs for unusual patterns in the Repositories module
  • Set up alerts for repository commits containing filenames with special characters or HTML markup
  • Monitor for session anomalies that could indicate successful XSS exploitation and session hijacking
  • Implement user behavior analytics to detect actions inconsistent with normal user patterns

How to Mitigate CVE-2026-32703

Immediate Actions Required

  • Upgrade OpenProject to version 16.6.9, 17.0.6, 17.1.3, or 17.2.1 depending on your current version branch
  • Review repository commit history for any suspicious filenames containing HTML or script content
  • Implement Content Security Policy headers to mitigate the impact of any unpatched XSS vulnerabilities
  • Consider temporarily restricting repository push access to trusted users until the patch is applied

Patch Information

OpenProject has released security patches addressing this vulnerability in versions 16.6.9, 17.0.6, 17.1.3, and 17.2.1. Organizations should upgrade to the appropriate patched version for their deployment branch. The fix implements proper HTML escaping for filenames displayed in the Repositories module changeset view.

For detailed patch information and upgrade instructions, refer to the OpenProject Security Advisory.

Workarounds

  • If immediate patching is not possible, disable the Repositories module at the project or instance level until the upgrade can be performed
  • Implement strict Content Security Policy headers with script-src 'self' to prevent inline script execution
  • Restrict repository push access to a limited set of highly trusted users
  • Deploy a web application firewall with XSS detection rules in front of the OpenProject instance

To disable the Repositories module in OpenProject, administrators can navigate to Administration → Modules and disable the repository integration until the patched version is deployed. This eliminates the attack surface entirely at the cost of repository viewing functionality.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOpenproject

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-30235: OpenProject DOM Clobbering XSS Vulnerability

  • CVE-2026-25764: OpenProject XSS Vulnerability

  • CVE-2026-23625: OpenProject Stored 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