2026-04-08 17:40:24
GitHub_M
PUBLISHED
Fleet is open source device management software. Prior to 4.81.1, the Orbit agents FileVault disk encryption key rotation flow on collects a local users 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.