Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Network-reachable web endpoint (AV:N/AC:L), authenticated session required (PR:L), impact limited to partial disclosure of user account existence and full names (C:L/I:N/A:N).
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
2DescriptionCVE.org
OpenProject is open-source, web-based project management software. Prior to 17.3.2 and 17.4.0, the web application's meetings filter feature leaks whether a given user ID corresponds to a valid account and discloses the user's full name, allowing an attacker to enumerate all existing user accounts by probing user IDs and observing differences in the server response. This vulnerability is fixed in 17.3.2 and 17.4.0.
AnalysisAI
User account enumeration in OpenProject's meetings filter feature allows authenticated attackers to probe arbitrary user IDs and, by observing differences in server responses, determine whether each ID corresponds to a valid account and retrieve the associated user's full name. All versions prior to 17.3.2 and 17.4.0 are affected. No public exploit code or active exploitation has been identified at time of analysis, though the low-complexity attack path makes this straightforward to weaponize for reconnaissance.
Technical ContextAI
CWE-639 (Authorization Bypass Through User-Controlled Key) describes a class of flaws where an application uses attacker-controlled keys - here, numeric user IDs - to reference internal objects without validating whether the requesting user is authorized to observe the referenced object's existence or attributes. OpenProject is a web-based, open-source project management platform (CPE: cpe:2.3:a:opf:openproject:*:*:*:*:*:*:*:*). Its meetings filter feature accepts user ID parameters and returns distinct responses depending on whether the supplied ID maps to a real account, unintentionally leaking both account existence and the user's full name. This is a classic IDOR-adjacent information disclosure rooted in missing authorization checks on a filter endpoint.
RemediationAI
Upgrade to OpenProject 17.3.2 (patch release) or 17.4.0 (minor release), as confirmed by the vendor advisory at https://github.com/opf/openproject/security/advisories/GHSA-x7j3-cfgf-7mc4. If an immediate upgrade is not possible, consider restricting access to the meetings filter endpoint at the network or application layer to trusted internal IP ranges, accepting the trade-off that this may degrade meeting scheduling functionality for remote users. Additionally, review and restrict which roles can access the meetings module to reduce the pool of potential attackers - limiting the meetings feature to specific user groups reduces exposure but does not eliminate the underlying flaw. No patch-free workaround fully mitigates the vulnerability.
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
OpenProject's Repositories module contains a stored cross-site scripting (XSS) vulnerability that occurs when displaying
Token decryption in OpenProject 17.0 allows authenticated attackers to intercept and decrypt 24-hour authentication toke
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39860