Description
Fleet is open source device management software. Prior to 4.81.1, the Orbit agent's FileVault disk encryption key rotation flow on collects a local user's password via a GUI dialog and interpolates it directly into a Tcl/expect script executed via exec.Command("expect", "-c", script). Because the password is inserted into Tcl brace-quoted send {%s}, a password containing } terminates the literal and injects arbitrary Tcl commands. Since Orbit runs as root, this allows a local unprivileged user to escalate to root privileges. This vulnerability is fixed in 4.81.1.
Published: 2026-04-08
Score: 7.8 High
EPSS: n/a
KEV: No
Impact: Privilege Escalation to Root
Action: Immediate Patch
AI Analysis

Impact

An application‑layer flaw in the Orbit agent of Fleet device management software allows a local user to inject arbitrary Tcl commands. During the FileVault key rotation flow, a GUI prompt captures a user’s password and inserts it directly into a Tcl/expect script. Because the password is embedded inside a Tcl brace‑quoted string, an input that contains a closing brace prematurely terminates the literal and permits the execution of arbitrary Tcl commands. Since Orbit runs as root, the attacker can run commands with elevated privileges, effectively gaining full root access. This vulnerability is categorized as CWE‑78, a code‑execution flaw caused by unsanitized input.

Affected Systems

The defect impacts the open‑source Fleet project, specifically the Orbit agent component. All releases before version 4.81.1 of Fleet are vulnerable. This includes devices running any Fleet release from 4.0 up through 4.81.0, as the FileVault rotation functionality existed unchanged until the patch. The issue is confined to environments where the Orbit agent executes as root and a local user can trigger the password dialog.

Risk and Exploitability

With a CVSS v3.1 score of 7.8, the vulnerability is considered high severity. The EPSS score is unavailable, but the advisory notes that exploitation requires local access to the device and the ability to invoke the Disk‑Encryption key rotation routine. A local attacker can simply trigger this action from the Fleet interface or via command line. Because the agent runs as root, the impact is a complete system compromise, providing the attacker with persistence, data exfiltration, and potential lateral movement within the managed environment. The vulnerability is not listed in the CISA KEV catalog, indicating no known widespread exploitation yet.

Generated by OpenCVE AI on April 8, 2026 at 19:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Fleet to version 4.81.1 or later to apply the fix for the Orbit agent.
  • Confirm that all managed devices are running the patched version of the Orbit agent.
  • Restrict local user access to the device or privilege level if the agent cannot be updated immediately.
  • Stay informed of further advisories from fleetdm and monitor the project’s official release notes for additional security patches.

Generated by OpenCVE AI on April 8, 2026 at 19:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-rphv-h674-5hp2 Fleet Affected by Local Privilege Escalation via Tcl Command Injection in Orbit
History

Wed, 08 Apr 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Fleetdm
Fleetdm fleet
Vendors & Products Fleetdm
Fleetdm fleet

Wed, 08 Apr 2026 18:45:00 +0000

Type Values Removed Values Added
Description Fleet is open source device management software. Prior to 4.81.1, the Orbit agent's FileVault disk encryption key rotation flow on collects a local user's password via a GUI dialog and interpolates it directly into a Tcl/expect script executed via exec.Command("expect", "-c", script). Because the password is inserted into Tcl brace-quoted send {%s}, a password containing } terminates the literal and injects arbitrary Tcl commands. Since Orbit runs as root, this allows a local unprivileged user to escalate to root privileges. This vulnerability is fixed in 4.81.1.
Title Fleet Affected by Local Privilege Escalation via Tcl Command Injection in Orbit
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-08T17:40:24.119Z

Reserved: 2026-02-24T02:31:33.267Z

Link: CVE-2026-27806

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-04-08T19:25:13.543

Modified: 2026-04-08T21:26:13.410

Link: CVE-2026-27806

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-08T19:38:53Z

Weaknesses