Securing MidPoint 4.8: A Collaborative Effort

In a collaborative effort to bolster the security of midPoint, a grant provided by the NGI Zero Review program enabled us to cooperate with Radically Open Security, who performed an extensive security penetration testing exercise. This initiative underscores our commitment to fortifying midPoint against potential threats. Their expertise revealed a number of security weaknesses, each serving as a valuable lesson in our ongoing quest for resilience. In this article we will discuss the identified security flaws, their implications, and the subsequent steps we undertook to strengthen midPoint, offering transparency into the process of enhancing its overall security posture.*

During white-box testing, Radically Open Security found 3 High, 7 Elevated, and 8 Low-severity issues, most of which were already resolved as of midPoint 4.8.3. The list of findings is provided in two sections: generic findings and configuration specific findings, and it describes security issues caused by some configurations of the Identity Recovery and Password Reset features.

Generic Findings Affecting All Configurations

High Severity Findings

  • (Resolved) Stored Cross-Site Scripting (XSS) in several forms: JavaScript code injection is possible in several forms, executed in the context of an administrator session via an audit log,
    • Impact: The server is completely compromised when an attack is chained with the Query Playground feature.
    • Resolution: As mentioned above, this issue was fixed in midPoint 4.7.2, and we released a security advisory.
  • (Ongoing fixes) Remote Code Execution in filter expressions: The execution of a custom Groovy script in filter expressions in the configuration and Query Playground allows arbitrary command execution. GUI search boxes are not affected by this vulnerability since they do not allow code.
  • (Ongoing fixes) Remote Code Execution in the experimental Mapping Playground: The experimental Mapping Playground allows arbitrary code execution.

Groovy Expressions are a powerful and core feature of midPoint for most of the deployments, so we have continuous efforts to improve their security. However, their presence still poses potential security risks, and access to enter them and modify them should be granted only if necessary.

Elevated Severity Findings

  • (Resolved) Hardcoded default administrator password: MidPoint is initiated with a default admin password (5ecr3t).
    • Impact: An easy takeover of new installations if the default password is not changed.
    • Resolution: In midPoint 4.8.1 we introduced an initial generated password along with several ways to inject a custom initial password when first starting up midPoint. See Administrator Initial Password for details.
  • (Partially Resolved) Missing Content-Security-Policy HTTP header: MidPoint does not use Content-Security-Policy header.
    • Impact: An increased risk of XSS attacks.
    • Resolution: We introduced a Content-Security-Policy that is as strict as possible, but the strictest form would require more implementation changes and efforts, which are in progress.
  • (Open) Missing Rate Limits: Default midPoint deployments do not rate-limit user requests to Password Reset or Identity Recovery.
    • Impact: An increased risk of brute-force attacks.
    • Recommendation: We issued the recommendation to use a rate-limiting proxy if these features are used as part of our Securing MidPoint Deployments webinar.
  • (Disputed) Internal Configuration script execution: Execution of shell scripts via system configuration. MidPoint system configuration allows administrators to customize the shell scripts used to access JVM options.
    • Impact: Arbitrary code execution on the server.
    • Recommendation: Restrict script execution permissions and validate configurations.

Low Severity Findings

  • (Resolved) Verbose error reporting enabled on the production release: Detailed error messages exposed in the end-user GUI.
    • Impact: Information leakage.
    • Resolution: In 4.8.1 we introduced the configuration option to disable stacktrace error messages for end users.
  • (Resolved) Style injection in the Header Color setting: Style injection vulnerability in the system configuration header color setting.
    • Impact: Potential for XSS attacks.
    • Resolution: In 4.8.1 we introduced the sanitization of user provided input for style settings.
  • (Resolved) CSRF user logout: A CSRF attack in the same browser can log users out by trying to access the REST endpoint.
    • Impact: User sessions can be terminated without consent.
    • Resolution: This issue was fixed by REST not causing the users to be logged out of the GUI session.
  • (Resolved) — A weak default password policy: A weak default password policy allows easily guessable passwords.
    • Impact: Accounts are vulnerable to brute-force attacks.
    • Resolution: In 4.8.1 we introduced a new stricter default password policy.
  • (Resolved) — The same origin iframe not blocked: A lack of X-Frame-Options or CSP headers.
    • Impact: Vulnerability to clickjacking and CSRF.
    • Resolution: MidPoint 4.8 and later versions use X-Frame-Options: A DENY response header.
  • (Resolved) Verbose error output on failed identity recovery: Detailed error messages on identity recovery failure.
    • Impact: Information leakage.
    • Resolution: The issue was resolved in the final midPoint 4.8 relase.
  • (Open) A username appears in the browser history after identity recovery: the user’s account name appears as a URL query parameter in the local device’s browser history.
    • Description: Username leaks in the browser history.
    • Impact: Potential privacy issues.
    • Recommendation: Avoid including sensitive information in URLs.

Configuration Specific Findings

Radically Open Security also tested different configurations of midPoint for the Password Reset and Identity Recovery processes, which prompted us to create the Securing MidPoint Deployments webinar, where we discussed recommendations to avoid the following misconfigurations.

  1. Password reset security questions ignored: Security questions in the Password Reset process are seemingly ignored.
    • Impact: Unauthorized password resets.
    • Recommendation for deployments: Ensure security questions are mandatory and correctly validated. Do not use security questions as sufficient authorization.
  2. Disputed: — Account recovery allows resolving identifiers to the account name: An example configuration used a National ID. The Identity Recovery feature:
    • Description: A national ID can be used to find account names.
    • Impact: Potential privacy violations.
    • Recommendation for deployments: Consider the Identity Recovery feature as a potential attack vector, since based on your configuration it allows for enumeration attacks. Consider deploying a rate-limiting proxy and review your audit log for Information Disclosure events that contains the list of disclosed (recovered) identities.
  3. The weakest account recovery mechanism: When multiple identity recovery options are configured, an attacker can select the weakest account recovery mechanism to compromise security.
    • Impact: An increased risk of unauthorized account access.
    • Recommendation for deployments: When designing your Identity Recovery process, also consider it from the security perspective and avoid adding options, which could compromise other stricter Identity Recovery flows.

Conclusion

In conclusion, the security penetration testing conducted by Radically Open Security that was made possible by funding from the NGI Zero Review played a pivotal role in fortifying the midPoint platform. The testing process uncovered a range of vulnerabilities, from high to low severity, each of which was addressed with meticulous attention. The findings prompted swift and comprehensive responses, including fixes, security advisories, and thoughtful recommendations for deployments.

This collaborative effort, coupled with responsible vulnerability disclosures from our dedicated community, underscores a strong and ongoing commitment to enhancing midPoint’s security posture and safeguarding user data and privacy. With each iteration, midPoint evolves into an even more robust and secure identity governance solution, ensuring organizations can trust midPoint to protect their sensitive information. We extend our gratitude to the NGI Zero Review program and our community for their invaluable contributions to this process.

*Active subscribers can request the report at sales@evolveum.com

Leave a Reply

Your email address will not be published.