Description
Mistral Vibe before 2.25.5 contains a remote code execution vulnerability in the worktree creation process that executes git hooks before trust validation. Attackers can supply a repository with a crafted post-checkout hook that executes arbitrary shell commands with the privileges of the user running Vibe.
Published: 2026-09-19
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Patch Immediately
AI Analysis

Impact

Mistral Vibe prior to version 2.25.5 has a flaw in its worktree creation routine that runs Git hooks before validating trust. A maliciously crafted post‑checkout hook can be supplied as part of a repository; when the hook is executed it runs arbitrary shell commands with the privileges of the user that starts Vibe, enabling full remote code execution.

Affected Systems

The vulnerability affects the Mistral Vibe application distributed by mistralai under the product identifier "mistral‑vibe". All releases before v2.25.5 are impacted; the fix is included in the 2.25.5 release and later.

Risk and Exploitability

The CVSS score of 8.6 denotes high severity, and the missing EPSS value indicates no current estimate of exploitation frequency, but the potential is significant because the exploitation path requires only a crafted Git repository and does not rely on user interaction beyond the Vibe launch. The vulnerability is not listed in the CISA KEV catalog, but the impact remains that an attacker who can supply a malicious repository to the Vibe instance can execute arbitrary code with the instance’s user privileges.

Generated by OpenCVE AI on September 20, 2026 at 00:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Mistral Vibe to release 2.25.5 or newer, which removes the flaw in worktree hook execution.
  • If an immediate upgrade is not feasible, prevent Vibe from executing Git hooks by disabling them in the Git configuration (e.g., setting "init.templatedir" to an empty value or using the –no‑hooks option).
  • Run Mistral Vibe with the least privileged account necessary, and restrict its file system permissions to isolate the executed commands.
  • Regularly audit repository content for unexpected hooks and monitor for abnormal execution of shell commands within the Vibe environment.

Generated by OpenCVE AI on September 20, 2026 at 00:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 19 Sep 2026 23:00:00 +0000

Type Values Removed Values Added
Description Mistral Vibe before 2.25.5 contains a remote code execution vulnerability in the worktree creation process that executes git hooks before trust validation. Attackers can supply a repository with a crafted post-checkout hook that executes arbitrary shell commands with the privileges of the user running Vibe.
Title Mistral Vibe before 2.25.5 Remote Code Execution via git post-checkout
Weaknesses CWE-829
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.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-19T22:58:13.233Z

Reserved: 2026-09-19T12:04:53.331Z

Link: CVE-2026-93993

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-19T23:17:10.673

Modified: 2026-09-19T23:17:10.673

Link: CVE-2026-93993

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-20T00:30:16Z

Weaknesses
  • CWE-829

    Inclusion of Functionality from Untrusted Control Sphere