๐Ÿ” CVE Alert

CVE-2026-101045

HIGH 8.0

Fleet Homebrew Cask OS Command Injection via Metadata

CVSS Score
8.0
EPSS Score
0.0%
EPSS Percentile
0th

Fleet-maintained app install and uninstall scripts for macOS are generated from Homebrew cask metadata. In manifests generated before 2026-08-19, the script generator escaped this metadata at some interpolation sites but not all of them, so cask metadata containing shell metacharacters (for example $(...) command substitution) could be carried into scripts that execute as root on managed macOS hosts. An attacker who could land crafted metadata in an upstream Homebrew cask โ€” without needing any Fleet credentials โ€” could achieve arbitrary command execution as root on managed macOS hosts that install or uninstall the affected Fleet-maintained app; exploitation required the crafted metadata to pass both upstream Homebrew cask review and Fleet's review of the automated ingestion pull request. The fix (fleetdm/fleet#51324) landed in Fleet's ingestion pipeline on 2026-08-19 so that all manifests generated on or after that date escape cask metadata at every interpolation site; because manifests are generated centrally and distributed as pre-built content, remediation applied to all deployments with no customer action, and the code fix is included in Fleet v4.92.0.

CWE CWE-78
Vendor fleetdm
Product fleet
Published Sep 27, 2026
Stay Ahead of the Next One

Get instant alerts for fleetdm fleet

Be the first to know when new high vulnerabilities affecting fleetdm fleet are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
High
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

fleetdm / fleet
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fleetdm/fleet/security/advisories/GHSA-fv3p-h7wv-2jgm vulncheck.com: https://www.vulncheck.com/advisories/fleet-homebrew-cask-os-command-injection-via-metadata

Credits

๐Ÿ” arpitjain099