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

CVE-2026-25764: OpenProject XSS Vulnerability

CVE-2026-25764 is an XSS flaw in OpenProject's time tracking feature that allows attackers with admin privileges to inject HTML tags. This article covers technical details, affected versions, impact, and mitigation steps.

Published: February 13, 2026

CVE-2026-25764 Overview

CVE-2026-25764 is an HTML injection vulnerability affecting OpenProject, the popular open-source, web-based project management software. The vulnerability exists in the time tracking function where the application fails to properly escape HTML tags. An attacker with administrator privileges can create a work package containing malicious HTML tags in the name field and add it to the Work package section when creating time tracking entries.

Critical Impact

Authenticated administrators can inject arbitrary HTML content into time tracking entries, potentially enabling phishing attacks or UI manipulation against other users viewing the affected entries.

Affected Products

  • OpenProject versions prior to 16.6.7
  • OpenProject versions prior to 17.0.3

Discovery Timeline

  • 2026-02-06 - CVE CVE-2026-25764 published to NVD
  • 2026-02-09 - Last updated in NVD database

Technical Details for CVE-2026-25764

Vulnerability Analysis

This HTML injection vulnerability (CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page) occurs due to insufficient output encoding in the time tracking module of OpenProject. When administrators create work packages with specially crafted names containing HTML elements, the application renders these tags directly in the browser without proper sanitization.

The attack requires administrator-level access to the OpenProject instance, which limits the attack surface but still presents a risk in multi-tenant or shared administrative environments. The impact is primarily on integrity, as injected HTML could be used to modify the visual appearance of pages or create convincing phishing elements within the trusted application context.

Root Cause

The root cause is improper neutralization of user-supplied input in the work package name field. When work package names are displayed within the time tracking interface, the application fails to apply appropriate HTML entity encoding or escaping, allowing raw HTML tags to be interpreted and rendered by the browser.

Attack Vector

The attack vector is network-based and requires authenticated access with administrator privileges. An attacker would need to:

  1. Authenticate to the OpenProject instance with administrator credentials
  2. Create a new work package with malicious HTML tags embedded in the name field
  3. Add the crafted work package to the time tracking section
  4. Wait for other users to view the time tracking entries containing the injected HTML

The vulnerability is particularly concerning in environments where multiple administrators share access or where administrator accounts could be compromised, as it could be used to escalate attacks against other users.

Detection Methods for CVE-2026-25764

Indicators of Compromise

  • Unusual HTML tags or JavaScript-like patterns appearing in work package names within the database
  • Time tracking entries containing unexpected formatting or visual elements
  • User reports of unusual UI behavior or suspicious content in time tracking views
  • Audit logs showing work package creation with abnormal character patterns in name fields

Detection Strategies

  • Implement content security policies to detect and log attempts to render unexpected HTML content
  • Monitor database queries for work package names containing common HTML tags such as <script>, <iframe>, <img>, or <a>
  • Review audit logs for work package modifications by administrator accounts that include HTML special characters
  • Deploy web application firewall rules to detect HTML injection patterns in form submissions

Monitoring Recommendations

  • Enable comprehensive audit logging for all work package creation and modification activities
  • Configure alerts for work package names containing angle brackets or HTML entity patterns
  • Regularly review administrator activity logs for anomalous behavior
  • Implement real-time monitoring of time tracking module access patterns

How to Mitigate CVE-2026-25764

Immediate Actions Required

  • Upgrade OpenProject to version 16.6.7 or 17.0.3 or later immediately
  • Review existing work packages for any signs of HTML injection in name fields
  • Audit administrator account access and verify all accounts are authorized
  • Implement additional input validation at the web application firewall level as a defense-in-depth measure

Patch Information

OpenProject has released patched versions that address this vulnerability. According to the GitHub Security Advisory GHSA-q523-c695-h3hp, the fix has been incorporated into OpenProject version 16.6.7 and OpenProject version 17.0.3. Organizations should upgrade to these patched versions or later to remediate the vulnerability.

Workarounds

  • Restrict administrator privileges to only trusted personnel until patching can be completed
  • Implement content security policy headers to mitigate the impact of any injected HTML
  • Deploy web application firewall rules to filter HTML tags from work package name submissions
  • Regularly audit work package names for suspicious content patterns as a compensating control

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOpenproject

  • SeverityLOW

  • CVSS Score3.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-80
  • Technical References
  • GitHub OpenProject Release v16.6.7

  • GitHub OpenProject Release v17.0.3

  • GitHub Security Advisory GHSA-q523-c695-h3hp
  • Related CVEs
  • CVE-2026-32703: OpenProject XSS Vulnerability

  • CVE-2026-30235: OpenProject DOM Clobbering 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