CVE 8.7 HIGH

OpenProject has stored XSS regression using attachments and script-src self_CVE-2026-23625

8.7 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N

Description

OpenProject is an open-source, web-based project management software. Versions 16.3.0 through 16.6.4 are affected by a stored cross-site scripting vulnerability in the Roadmap view. OpenProject’s roadmap view renders the “Related work packages” list for each version. When a version contains work packages from a different project (e.g., a subproject), the helper link_to_work_package prepends package.project.to_s to the link and returns the entire string with .html_safe. Because project names are user-controlled and no escaping happens before calling html_safe, any HTML placed in a subproject name is injected verbatim into the page. The underlying issue is mitigated in versions 16.6.5 and 17.0.0 by setting a `X-Content-Type-Options: nosniff` header, which was in place until a refactoring move to Rails standard content-security policy, which did not properly apply this header in the new configuration since OpenProject 16.3.0. Those who cannot upgrade their installations should ensure that they add a X-Content-Type-Options: nosniff header in their proxying web application server.

AI Analysis

Stored cross-site scripting vulnerability in the Roadmap view

Basic Information

ID CVE-2026-23625
Source GitHub_M
Published Jan 19, 2026 at 17:41

Affected Product

Vendor opf
Product openproject
Version >= 16.3.0, < 16.6.5
Affected Versions opf openproject >= 16.3.0, < 16.6.5

CWE Classification

AI Assessment

AI Score 8.7 / 10
AI Severity High
Vendor OpenProject Foundation
Product OpenProject
Version 16.3.0-16.6.4

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.