CVE-2026-17568 Overview
CVE-2026-17568 is an improper access control vulnerability [CWE-863] in the role membership management endpoint of Devolutions Server. An authenticated non-administrative user who holds the user-group membership management permission can escalate privileges to administrator by sending a crafted API request. The flaw affects Devolutions Server versions 2026.2.4.0 through 2026.2.12.0, and 2026.1.23.0 and earlier. Successful exploitation grants full administrative control over the privileged access management server, exposing stored secrets, credentials, and connection metadata.
Critical Impact
An authenticated low-privileged user can promote themselves or others to administrator, gaining full control over a Devolutions Server instance and its stored credential vault.
Affected Products
- Devolutions Server 2026.2.4.0 through 2026.2.12.0
- Devolutions Server 2026.1.23.0 and earlier
Discovery Timeline
- 2026-07-27 - CVE-2026-17568 published to the National Vulnerability Database (NVD)
- 2026-07-28 - Last updated in NVD database
Technical Details for CVE-2026-17568
Vulnerability Analysis
The vulnerability resides in the role membership management endpoint exposed by the Devolutions Server API. The endpoint fails to correctly verify that the caller possesses administrative privileges before modifying role assignments. A user holding only the user-group membership management permission can invoke the endpoint to add themselves or another account to the administrator role. This breaks the intended privilege boundary between delegated group management and full server administration.
Devolutions Server manages shared credentials, sessions, and privileged access workflows. Elevation to administrator therefore compromises the confidentiality, integrity, and availability of every secret protected by the server.
Root Cause
The root cause is an authorization check that scopes access to the user-group membership feature but does not restrict which roles the caller may assign. Because the administrator role is treated identically to any other group at the endpoint level, the check passes for any user holding the delegated permission. This matches the CWE-863 pattern of incorrect authorization.
Attack Vector
Exploitation requires an authenticated session with the user-group membership management permission. The attacker issues a crafted API request over the network to the role membership endpoint, specifying the target user and the administrator role identifier. No user interaction is required, and the request executes with the caller's existing session, so no additional credentials or exploit chaining are needed.
No public proof-of-concept exploit is available at the time of publication, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Refer to the Devolutions Security Advisory DEVO-2026-0026 for vendor-supplied technical details.
Detection Methods for CVE-2026-17568
Indicators of Compromise
- API requests to the role membership management endpoint originating from accounts that do not normally perform administrative actions.
- Unexpected additions to the administrator role, particularly when the actor is a user with only user-group membership management permissions.
- New administrator accounts appearing in Devolutions Server audit logs outside of established change-management windows.
Detection Strategies
- Audit the Devolutions Server activity log for role assignment events and correlate the acting principal against the expected set of administrators.
- Alert on any HTTP request modifying role membership where the response indicates the administrator role was granted.
- Compare current administrator group membership against a known-good baseline and investigate any deltas.
Monitoring Recommendations
- Forward Devolutions Server audit logs to a SIEM or data lake and retain them for at least 90 days for retrospective hunts.
- Monitor authentication events for administrator accounts created after the affected version range was deployed.
- Track API traffic volume and endpoint distribution per user to surface anomalous administrative API usage.
How to Mitigate CVE-2026-17568
Immediate Actions Required
- Upgrade Devolutions Server to a fixed release as identified in DEVO-2026-0026.
- Review current administrator role membership and revoke any accounts that were not intentionally granted administrative rights.
- Rotate credentials and secrets stored in the vault if unauthorized administrative access is suspected.
Patch Information
Devolutions has published a security advisory, DEVO-2026-0026, addressing this issue. Administrators running Devolutions Server 2026.2.4.0 through 2026.2.12.0 or 2026.1.23.0 and earlier must upgrade to the vendor-designated fixed build. Consult the Devolutions Security Advisory DEVO-2026-0026 for the exact fixed version numbers and upgrade procedure.
Workarounds
- Revoke the user-group membership management permission from all non-administrative accounts until the server is patched.
- Restrict network access to the Devolutions Server management API to trusted administrative subnets.
- Enforce multi-factor authentication on all Devolutions Server accounts to increase the cost of credential compromise leading to exploitation.
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

