๐Ÿ” CVE Alert

CVE-2026-72718

UNKNOWN 0.0

goose: Arbitrary command execution in goose CLI via `goose review` via git core.fsmonitor

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

goose is general-purpose AI agent that runs on your machine. Prior to 1.44.0, the `goose review` command runs the system `git` executable to gather the diff for review without stripping attacker-controlled Git configuration. A malicious repository whose `.git/config` sets [`core] fsmonitor = <command>` causes Git to execute that command on the host during the index refresh performed by `git diff HEAD`. The command runs before goose contacts a model and without a submitted prompt, model call, tool approval, or trust prompt. The context-gathering Git process is not sandboxed and is outside goose's tool-permission model. Arbitrary commands run with the privileges and environment of the user running goose, allowing file access or modification and exfiltration of environment secrets and provider API keys. The vulnerable Git invocations are built by git_command() in crates/goose-cli/src/commands/review/handler.rs and are used by touched_files() and collect_diff() for `git diff --name-only HEAD` and `git diff HEAD`. This issue is fixed in version 1.44.0.

CWE CWE-94
Vendor aaif-goose
Product goose
Published Aug 10, 2026
Last Updated Aug 10, 2026
Stay Ahead of the Next One

Get instant alerts for aaif-goose goose

Be the first to know when new unknown vulnerabilities affecting aaif-goose goose are published โ€” delivered to Slack, Telegram or Discord.

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

Affected Versions

aaif-goose / goose
< 1.44.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/aaif-goose/goose/security/advisories/GHSA-r5pp-p5r8-466r github.com: https://github.com/aaif-goose/goose/commit/f8b5b7ba1fe6d006ccf6942f6b85a1bae985a2de github.com: https://github.com/aaif-goose/goose/releases/tag/v1.44.0