CVE-2026-72718
Last modified
CVE-2026-72718 is a high-severity vulnerability rated 7/10 on the CVSS scale. 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.
Description
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.
Metrics
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| aaif-goose | goose | < 1.44.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72718?
How severe is CVE-2026-72718?
How do I fix CVE-2026-72718?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72693`openvt -u` is intended to identify the owner of the current…7.8
- CVE-2026-72694A flaw was found in MRTG. When the MRTG daemon is started as…7.1
- CVE-2026-7270An operator precedence bug in the kernel results in a scenar…7.8
- CVE-2026-7271A vulnerability was detected in DV0x creative-ad-agent up to…5.5
- CVE-2026-72712Nmap versions up to and including 7.99 contains a denial of …6.5
- CVE-2026-72713XAgent contains a path traversal vulnerability in the worksp…8.7
- CVE-2026-72719Chatwoot is a customer engagement suite. Prior to 4.9.0, Cha…6.7
- CVE-2026-7272A flaw has been found in WilliamCloudQi matlab-mcp-server up…7.3
- CVE-2026-72720Discourse is an open-source discussion platform. Prior to 20…6.4
- CVE-2026-72721Discourse is an open-source discussion platform. Prior to 20…5.3
- CVE-2026-72722Discourse is an open-source discussion platform. Prior to 20…4.3
- CVE-2026-72723Discourse is an open-source discussion platform. Prior to 20…5.3
Are you affected by CVE-2026-72718?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
