Severity by source
AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
6DescriptionGitHub Advisory
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.
AnalysisAI
OpenProject's Repositories module contains a stored cross-site scripting (XSS) vulnerability that occurs when displaying filenames from repository changesets. Attackers with repository push access can inject malicious HTML code via specially crafted filenames, which executes when project members view affected changesets. This affects OpenProject versions prior to 16.6.9, 17.0.6, 17.1.3, and 17.2.1, with a CVSS score of 9.1 indicating critical severity.
Technical ContextAI
The vulnerability affects OpenProject (cpe:2.3:a:opf:openproject:*:*:*:*:*:*:*:*), an open-source web-based project management platform. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically a failure to properly escape or sanitize filenames retrieved from connected repositories before rendering them in the web interface. When the Repositories module displays changeset information, it processes filenames without adequate output encoding, allowing HTML and JavaScript embedded in filenames to be interpreted by browsers. This is a classic stored XSS vulnerability where malicious payloads persist in the repository commit history and execute when other users view the affected changesets.
RemediationAI
Upgrade OpenProject to version 16.6.9, 17.0.6, 17.1.3, or 17.2.1 depending on your release branch. Organizations running version 16.x should upgrade to 16.6.9 or later, those on 17.0.x should upgrade to 17.0.6 or later, those on 17.1.x should upgrade to 17.1.3 or later, and those on 17.2.x should upgrade to 17.2.1 or later. Detailed patching information is available in the GitHub Security Advisory at https://github.com/opf/openproject/security/advisories/GHSA-p423-72h4-fjvp. Until patching is possible, consider restricting repository push access to only highly trusted users, implementing Content Security Policy (CSP) headers to mitigate XSS impact, and educating users not to interact with repository views containing recently added files from untrusted contributors. Review audit logs for suspicious repository commits with unusual filenames that may contain HTML tags or JavaScript code.
More in Openproject
View allA SQL injection vulnerability in the activities API in OpenProject before 8.3.2 allows a remote attacker to execute arbi
OpenProject is web-based project management software. Rated high severity (CVSS 7.5), this vulnerability is remotely exp
OpenProject is open source project management software. Rated medium severity (CVSS 6.5), this vulnerability is remotely
Authenticated remote code execution affects the official openproject/openproject Docker image, which ships with a hardco
Cross-project folder hijacking in OpenProject before 17.3.3 and 17.4.1 lets a project-admin abuse an insecure direct obj
SQL injection in OpenProject's baseline-comparison (timestamps) functionality lets an authenticated, low-privileged user
OpenProject has a CVSS 9.9 command injection vulnerability allowing authenticated users to execute OS commands on the pr
Remote code execution in OpenProject before 17.3.3 and 17.4.1 arises from cache store poisoning, allowing an attacker wi
OpenProject, a web-based project management platform, contains a critical SQL injection vulnerability in versions prior
OpenProject (before 16.6.4) has a local file read vulnerability through SVG-based ImageMagick exploitation in the PDF ex
Token decryption in OpenProject 17.0 allows authenticated attackers to intercept and decrypt 24-hour authentication toke
Arbitrary file write in OpenProject versions before 16.6.6 and 17.0.2 allows authenticated users with repository browse
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12969