Amazon WorkSpaces Escalation: Local User to SYSTEM via Log Rotation
The National Vulnerability Database has disclosed CVE-2026-7791, a high-severity privilege escalation vulnerability in Amazon WorkSpaces for Windows. Specifically, the Skylight Workspace Config Service, in versions prior to 2.6.2034.0, suffers from improper privilege management within its log rotation mechanism. This flaw allows a local, authenticated non-administrator user to bypass file system permissions.
This isn’t just a theoretical issue. An attacker can place arbitrary files into arbitrary locations, which leads directly to local privilege escalation, granting them SYSTEM-level access. The CVSS score of 7.8 (HIGH) reflects the critical impact (C:H, I:H, A:H) and low attack complexity (AC:L) for an attacker who already has local access. The vulnerability is tied to CWE-367 (Time-of-check Time-of-use (TOCTOU) Race Condition), indicating a window where file system operations can be manipulated.
For defenders, this means any compromised non-admin account on an affected Amazon WorkSpaces instance can be immediately leveraged for full system control. It’s a clear path from user to root. This isn’t about remote exploitation; it’s about solidifying internal defenses and minimizing the blast radius once an initial foothold is gained. Lateral movement and persistence become trivial once SYSTEM is achieved.
What This Means For You
- If your organization uses Amazon WorkSpaces for Windows, you need to immediately verify that all instances are updated to version 2.6.2034.0 or newer. A local, authenticated attacker can fully compromise your WorkSpaces environment if this patch is missing. Do not delay patching this, as it significantly raises the risk profile for any compromised user account.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-7791 - Local Privilege Escalation via Skylight Workspace Config Service Log Rotation
title: CVE-2026-7791 - Local Privilege Escalation via Skylight Workspace Config Service Log Rotation
id: scw-2026-05-04-ai-1
status: experimental
level: critical
description: |
Detects the execution of the Skylight Workspace Config Service, which is vulnerable to privilege escalation via log rotation. A local non-admin user can exploit this to place arbitrary files, leading to SYSTEM privileges. This rule specifically targets the known vulnerable service and its typical parent process.
author: SCW Feed Engine (AI-generated)
date: 2026-05-04
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-7791/
tags:
- attack.privilege_escalation
- attack.t1068
logsource:
category: process_creation
detection:
selection:
Image|endswith:
- 'SkylightWorkspaceConfigService.exe'
ParentImage|endswith:
- 'svchost.exe'
CommandLine|contains:
- 'logrotate'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-7791 | Privilege Escalation | Amazon WorkSpaces for Windows before 2.6.2034.0 |
| CVE-2026-7791 | Privilege Escalation | Skylight Workspace Config Service log rotation mechanism |
| CVE-2026-7791 | Privilege Escalation | CWE-269: Improper Privilege Management |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 05, 2026 at 01:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.