CVE-2026-12755: Devolutions Server PAM Credential Exposure via AD Discovery Endpoint
Devolutions Server contains a flaw in how it validates user input on Active Directory discovery endpoints used for PAM (Privileged Access Management) functions. An authenticated user with UserGroupsView permission can manipulate the DomainName parameter to trick the server into attempting authentication to a system they control, thereby capturing NTLMv2 credential hashes from the PAM provider. This is a credential exposure risk limited to authenticated users with specific permissions.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 2.7 LOW · CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
- Weaknesses (CWE)
- CWE-1284
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-25 / 2026-06-29
NVD description (verbatim)
Improper input validation in the PAM AD discovery endpoints in Devolutions Server 2026.2.4.0 through 2026.2.7.0 allows an authenticated user with the UserGroupsView permission to coerce server-side authentication to an attacker-controlled host, exposing PAM provider credentials as a NTLMv2 challenge-response, via a crafted DomainName parameter.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-12755 is an improper input validation vulnerability (CWE-1284) in Devolutions Server's PAM AD discovery endpoints. The flaw allows an authenticated attacker with UserGroupsView permission to craft a malicious DomainName parameter that coerces the server into initiating NTLM authentication to an attacker-controlled host. This results in the server transmitting NTLMv2 challenge-response data that contains or exposes PAM provider credentials, enabling credential capture and potential offline cracking of the hash.
Business impact
The exposure of PAM provider credentials represents a significant privilege escalation pathway. Compromise of privileged account credentials managed through PAM can lead to lateral movement, access to critical infrastructure, and potential regulatory violations if those credentials are used to access sensitive systems or data. However, the attack requires both authenticated access and specific role permissions, limiting the immediate blast radius to insider threats or accounts already compromised with moderate privileges.
Affected systems
Devolutions Server versions 2026.2.4.0 through 2026.2.7.0 are affected. Organizations should verify their exact Devolutions Server version and check whether any running instances fall within this range. Older and newer versions outside this band should be verified against the official Devolutions advisory to confirm their status.
Exploitability
Exploitation requires an authenticated user account with the UserGroupsView permission—it is not a zero-day or unauthenticated attack vector. The attacker must also be able to host or control a network destination that the vulnerable server can reach. The CVSS score of 2.7 (LOW) reflects the high barrier to entry: authentication is mandatory, specific permissions are required, and no user interaction is needed. This limits practical risk to environments where insider threat or lateral movement from a compromised account is already a concern.
Remediation
Apply the patch version released by Devolutions to address this vulnerability. Organizations should verify against the official Devolutions advisory which patch version resolves CVE-2026-12755. As an interim control, restrict the UserGroupsView permission to only users who have a legitimate business need, and monitor for suspicious AD discovery endpoint activity or attempts to modify DomainName parameters to external hosts.
Patch guidance
Check the Devolutions advisory or security bulletin for the specific patch version that remediates this issue. Apply patches during a maintenance window to Devolutions Server instances. Verify post-patch that PAM AD discovery functionality continues to operate as expected and that no stale NTLMv2 hashes remain in memory or logs. Document the patched version in your asset inventory.
Detection guidance
Monitor Devolutions Server logs for unusual AD discovery endpoint activity, particularly requests containing unexpected or external DomainName values. Look for authentication attempts initiated by the server to hosts outside your normal Active Directory infrastructure. If available, enable debug logging on PAM provider authentication flows and review for unexplained NTLM handshakes. Review user accounts with UserGroupsView permissions and audit access patterns to ensure least-privilege assignment.
Why prioritize this
Despite the LOW CVSS score, this vulnerability merits attention in environments where Devolutions Server manages critical privileged access. The attack path is constrained by authentication and role requirements, but successful exploitation directly exposes PAM credentials—the crown jewels of privilege management. Prioritize patching in deployments where PAM is used to control access to high-value targets (databases, directory services, cloud platforms). Lower priority for isolated lab or low-risk instances.
Risk score, explained
The CVSS 3.1 score of 2.7 reflects low network attack surface (requires authentication, high privilege level, no user interaction needed, no impact to system integrity or availability, and confidentiality impact limited to PAM provider credentials). The 'LOW' severity categorization is mathematically accurate but may understate business risk in contexts where those credentials unlock critical systems. Security leaders should not use CVSS alone to make remediation decisions; consider the sensitivity of the PAM-protected assets in your environment.
Frequently asked questions
Do I need to patch this immediately if I'm on version 2026.2.5.0?
Yes. Your version falls within the vulnerable range (2026.2.4.0 through 2026.2.7.0). Check the Devolutions advisory for the patched version and plan an upgrade. The risk is elevated if your Devolutions Server manages credentials for sensitive systems.
Can this be exploited without a valid user account?
No. The vulnerability requires an authenticated user with the UserGroupsView permission. This is not a zero-day or unauthenticated attack. Restricting that permission to only users who need it reduces exposure.
What exactly gets exposed—the PAM provider's password?
The attack captures NTLMv2 challenge-response hashes generated during the coerced authentication. These hashes may be cracked offline using tools like Hashcat or John the Ripper, potentially revealing the PAM provider credentials. The exposure is not instantaneous plaintext but rather credential material that can be attacked further.
How can I detect if someone has already exploited this in my environment?
Review Devolutions Server logs for AD discovery requests with suspicious or external DomainName parameters, and check for unexpected outbound NTLM authentication attempts from the server. If available, enable enhanced audit logging on PAM provider accounts to spot unauthorized authentication activity.
This analysis is provided for informational purposes and reflects the vulnerability details published as of the date noted above. CVSS scores and affected version ranges are derived from official CVE data; verify patch availability and applicability with Devolutions' official security advisories and your own environment assessment. This vulnerability requires authentication and specific permissions; it is not actively exploited in the wild according to CISA KEV as of the analysis date. No exploit code or weaponized proof-of-concept is provided. Organizations should conduct their own risk assessment based on asset criticality and exposure before making patching decisions. Source: NVD (public-domain), retrieved 2026-08-03. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-47329LOWUbuntu Linux AppArmor Notification Validation Flaw
- CVE-2026-53540LOWPython-Multipart Content-Length Validation Bypass (Denial of Service)
- CVE-2026-57062LOWGnuPG gpgsm CMS AES-GCM Authentication Tag Validation Bypass
- CVE-2026-11596MEDIUMScreenConnect Host Pass Token Expiration Bypass (MEDIUM, 4.7)
- CVE-2026-12059HIGHCelloOS SSH Command Bypass Vulnerability (CVSS 8.8)
- CVE-2026-49110HIGHUnauthenticated Broken Authentication in Upsell Order Bump Offer for WooCommerce ≤3.1.4
- CVE-2026-49218HIGHImageMagick DCM Decoder DoS Vulnerability – CVSS 7.5
- CVE-2026-52905MEDIUMLinux Kernel DAMON Invalid Region Size Denial of Service