Vulnerability 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Openproject | Openproject | < 16.6.5 |
Related Weaknesses (CWE)
References
- https://github.com/opf/openproject/releases/tag/v16.6.5Release Notes
- https://github.com/opf/openproject/releases/tag/v17.0.0Release Notes
- https://github.com/opf/openproject/security/advisories/GHSA-cvpq-cc56-gwxxVendor AdvisoryMitigation
FAQ
What is CVE-2026-23625?
CVE-2026-23625 is a vulnerability with a CVSS score of 8.7 (HIGH). 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 road...
How severe is CVE-2026-23625?
CVE-2026-23625 has been rated HIGH with a CVSS base score of 8.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-23625?
Check the references section above for vendor advisories and patch information. Affected products include: Openproject Openproject.