Description
goose 1.37.0 executes arbitrary commands from recipe stdio extensions and retry.checks without security inspection. Attackers can distribute malicious recipes that execute shell commands as the user running goose, bypassing the recipe security scan which does not inspect extensions or retry configurations.
Published: 2026-09-04
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary Command Execution
Action: Immediate Patch
AI Analysis

Impact

The flaw permits an attacker to cause goose to run arbitrary shell commands by including malicious stdio extensions or retry.checks in a recipe file. This allows the command running goose, thereby compromising confidentiality, integrity, and availability of the system as a whole. The vulnerability is a classic OS command injection (CWE-78) and an evaluation of untrusted code (CWE-94).

Affected Systems

The issue affects the aaif‑goose Goose application, specifically version 1.37.0. Later releases, such as 1.49.0, include the necessary security patches and checks to prevent command execution through recipe extensions.

Risk and Exploitability

The CVSS base score of 8.7 classifies this as a high‑severity vulnerability. The EPSS score of < 1% indicates a low yet nonzero exploitation probability. It is not listed in the CISA KEV catalog. The likely attack path involves an adversary delivering or authorizing a crafted recipe file that contains malicious stdio extensions or retry.checks; this can happen in environments where recipes are imported or shared without strict validation. Consequently the risk is significant for any system that runs goose with normal user privileges and accepts externally supplied recipes.

Generated by OpenCVE AI on September 11, 2026 at 06:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Goose to the latest release (e.g., 1.49.0 or newer) which incorporates security checks against stdio extensions and retry configurations.
  • If an upgrade is not immediately possible, edit or remove any recipe sections that use stdio extensions or retry.checks, and configure Goose to reject recipes containing uncontrolled shell commands.
  • Run Goose under the minimum privileges required and, where feasible, encapsulate the execution in a container or sandbox to limit the impact of any command that might still be executed.

Generated by OpenCVE AI on September 11, 2026 at 06:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-78
References
Metrics threat_severity

None

threat_severity

Important


Thu, 10 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Aaif-goose
Aaif-goose goose
Vendors & Products Aaif-goose
Aaif-goose goose

Fri, 04 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description goose 1.37.0 executes arbitrary commands from recipe stdio extensions and retry.checks without security inspection. Attackers can distribute malicious recipes that execute shell commands as the user running goose, bypassing the recipe security scan which does not inspect extensions or retry configurations.
Title goose 1.37.0 Arbitrary Command Execution via Recipe Extensions
Weaknesses CWE-94
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Aaif-goose Goose
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-10T15:08:38.210Z

Reserved: 2026-09-04T11:03:33.316Z

Link: CVE-2026-85623

cve-icon Vulnrichment

Updated: 2026-09-10T14:27:55.522Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T15:17:42.587

Modified: 2026-09-10T16:18:00.210

Link: CVE-2026-85623

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-04T14:32:13Z

Links: CVE-2026-85623 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T06:15:10Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')