CVE-2026-22603: OpenProject has no protection against brute-force attacks in the Change Password function
OpenProject is an open-source, web-based project management software. Prior to version 16.6.2, OpenProject’s unauthenticated password-change endpoint (/account/changepassword) was not protected by the same brute-force safeguards that apply to the normal login form. In affected versions, an attacker who can guess or enumerate user IDs can send unlimited password-change requests for a given account without triggering lockout or other rate-limiting controls. This allows automated password-guessing (e.g., with wordlists of common passwords) against valid accounts. Successful guessing results in full account compromise for the targeted user and, depending on that user’s role, can lead to further privilege escalation inside the application. This issue has been patched in version 16.6.2. Those who are unable to upgrade may apply the patch manually.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2026-22603?
CVE-2026-22603 is a high-severity vulnerability due to the lack of brute-force protections on an unauthenticated password-change endpoint.
How do I fix CVE-2026-22603?
To fix CVE-2026-22603, update OpenProject to version 16.6.2 or later where the vulnerability has been patched.
What versions of OpenProject are affected by CVE-2026-22603?
OpenProject versions prior to 16.6.2 are affected by CVE-2026-22603.
What type of vulnerability is CVE-2026-22603?
CVE-2026-22603 is an authentication vulnerability that allows for potential brute-force attacks on the password change endpoint.
Can CVE-2026-22603 lead to account compromise?
Yes, CVE-2026-22603 could potentially lead to account compromise through repeated unauthorized password changes.