CVE-2024-41801: OpenProject packaged installation has Open Redirect Vulnerability in Sign-In in default configuration
OpenProject is open source project management software. Prior to version 14.3.0, using a forged HOST header in the default configuration of packaged installations and using the "Login required" setting, an attacker could redirect to a remote host to initiate a phishing attack against an OpenProject user's account. This vulnerability affects default packaged installation of OpenProject without any additional configuration or modules on Apache (such as modsecurity, manually setting a host name, having a fallthrough VirtualHost). It might also affect other installations that did not take care to fix the HOST/X-Forwarded-Host headers. Version 14.3.0 includes stronger protections for the hostname from within the application using the HostAuthorization middleware of Rails to reject any requests with a host name that does not match the configured one. Also, all generated links by the application are now ensured to use the built-in hostname. Users who aren't able to upgrade immediately may use modsecurity for Apache2 or manually fix the Host and X-Forwarded-Host headers in their proxying application before reaching the application server of OpenProject. Alternatively, they can manually apply the patch to opt-in to host header protections in previous versions of OpenProject.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-41801?
CVE-2024-41801 has a medium severity level due to its potential for facilitating phishing attacks.
How do I fix CVE-2024-41801?
To fix CVE-2024-41801, upgrade OpenProject to version 14.3.0 or later.
What does CVE-2024-41801 exploit?
CVE-2024-41801 exploits a vulnerability involving a forged HOST header in the default configuration of OpenProject.
Which versions of OpenProject are affected by CVE-2024-41801?
OpenProject versions prior to 14.3.0 are affected by CVE-2024-41801.
Can CVE-2024-41801 lead to remote code execution?
CVE-2024-41801 primarily allows for redirection to a remote host for phishing but does not directly facilitate remote code execution.