CVE-2026-32703 PUBLISHED

OpenProject's repository files are served with the MIME type allowing them to be used to bypass Content Security Policy

Assigner: GitHub_M
Reserved: 13.03.2026 Published: 18.03.2026 Updated: 18.03.2026

OpenProject is an open-source, web-based project management software. In versions prior to 16.6.9, 17.0.6, 17.1.3, and 17.2.1, the Repositories module did not properly escape filenames displayed from repositories. This allowed an attacker with push access into the repository to create commits with filenames that included HTML code that was injected in the page without proper sanitation. This allowed a persisted XSS attack against all members of this project that accessed the repositories page to display a changeset where the maliciously crafted file was deleted. Versions 16.6.9, 17.0.6, 17.1.3, and 17.2.1 fix the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
CVSS Score: 9.1

Product Status

Vendor opf
Product openproject
Versions
  • Version < 16.6.9 is affected
  • Version >= 17.0.0, < 17.0.6 is affected
  • Version >= 17.1.0, < 17.1.3 is affected
  • Version >= 17.2.0, < 17.2.1 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE