SCA: security update for github.com/fleetdm/fleet/v4 (GHSA-rphv-h674-5hp2)

high Tenable Self-Hosted Container Security Plugin ID 440058

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-27806)

Solution

Update the github.com/fleetdm/fleet/v4 library and its related packages to version 4.81.1 or later.

See Also

https://github.com/advisories/GHSA-rphv-h674-5hp2

Plugin Details

Severity: High

ID: 440058

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 4/8/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.96

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

Vector: CVSS2#AV:L/AC:L/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2026-27806

CVSS v3

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.8

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/8/2026

Vulnerability Publication Date: 4/8/2026

Reference Information

CVE: CVE-2026-27806

cwe: CWE-78