Citrix has issued a security bulletin addressing two vulnerabilities in its Secure Access Client and Endpoint Analysis Client for Windows, one of which allows a standard, low-privileged user to escalate to full SYSTEM control.
Tracked as CVE-2026-53565 and CVE-2026-53566, both flaws carry a “High” severity rating and affect widely deployed enterprise remote-access components, making rapid patching essential for organizations relying on Citrix Gateway infrastructure.
Citrix Patches High-Severity Flaws
The bulletin, published July 14, 2026, as CTX696734, details two distinct security weaknesses rooted in improper privilege management and unsafe memory handling.
CVE-2026-53565 is the more severe of the pair, carrying a CVSS v4.0 base score of 8.5. It stems from CWE-269 (Improper Privilege Management) and affects both the Citrix Secure Access Client for Windows and the Citrix Endpoint Analysis Client for Windows.
An attacker with only standard user access on a local machine can exploit this flaw to gain SYSTEM-level privileges, effectively taking complete control of the host. Because the CVSS vector indicates no user interaction and low attack complexity, this is a straightforward path from limited access to full compromise.
CVE-2026-53566, with a score of 6.8, involves an out-of-bounds memory read (CWE-125) limited to the Secure Access Client. This vulnerability requires a specific precondition: the DNE (Device Network Enumeration) driver must not be installed on the target system.
Under that condition, a standard user could read memory beyond intended boundaries, potentially exposing sensitive data held in process memory.
Affected versions include:
- Citrix Secure Access Client for Windows before 26.6.1.20 (both CVEs)
- Citrix Endpoint Analysis Client for Windows before 26.5.1.7 (CVE-2026-53565 only)
Citrix has released fixed builds of Secure Access Client 26.6.1.20 and Endpoint Analysis Client 26.5.1.7 and is urging immediate upgrades. Organizations unsure whether the DNE driver precondition applies to their environment can check Citrix’s NetScaler documentation on gateway plugin configuration to confirm exposure to CVE-2026-53566.
Endpoint clients like these sit at the intersection of remote access and device trust verification, often running with elevated permissions to perform network checks and security posture assessments.
A local privilege escalation bug in this context is particularly dangerous in shared or BYOD environments, where a single compromised low-privilege account could cascade into full system takeover, credential theft, or lateral movement across a corporate network.
Security teams should treat CVE-2026-53565 as a priority given its low exploitation barrier and high impact ceiling. The absence of required user interaction means automated exploitation via scripts or malware is plausible once initial local access is achieved.
Mitigation
Citrix credits Carlos Garrido of Pentraze Cybersecurity with responsibly disclosing these issues. Administrators should:
- Upgrade Secure Access Client to version 26.6.1.20 or later
- Upgrade Endpoint Analysis Client to version 26.5.1.7 or later
- Verify DNE driver installation status if immediate patching isn’t feasible
- Subscribe to Citrix security bulletin alerts for future advisories
No public exploitation has been reported yet, but historical patterns with local privilege escalation bugs suggest proof-of-concept code often surfaces within weeks of disclosure. Enterprises running Citrix Gateway or NetScaler-integrated remote access solutions should treat this bulletin as an immediate action item rather than routine patch-cycle maintenance.