Description
A vulnerability was determined in Kirachon context-engine up to 1.9.0. This affects the function execGitCommand of the file src/mcp/utils/gitUtils.ts of the component review-git-diff Endpoint. Executing a manipulation of the argument args can lead to command injection. Upgrading to version 1.9.1 mitigates this issue. This patch is called e0729dcfd3a2b1682a7bff86e7174852c03419ba. It is advisable to upgrade the affected component.
Published: 2026-08-08
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability in the execGitCommand function of Kirachon context‑engine version 1.9.0 and earlier allows malicious manipulation of the args parameter to perform arbitrary command injection. This flaw affects the review‑git‑diff endpoint, potentially enabling an attacker to execute arbitrary shell commands on the server. The weakness is a classic command injection (CWE‑74) with improper handling of user‑supplied arguments (CWE‑77).

Affected Systems

The affected product is Kirachon context‑engine, version 1.9.0 and all earlier releases. The vulnerability exists in the review‑git‑diff endpoint within src/mcp/utils/gitUtils.ts and is mitigated by upgrading to version 1.9.1, which contains the patched execGitCommand implementation.

Risk and Exploitability

With a CVSS score of 5.1 the vulnerability is considered medium severity. The EPSS score is unavailable, and the issue is not listed in the CISA KEV catalog. The likely attack vector is via the HTTP review‑git‑diff endpoint, inferred from the description that the flaw resides in that endpoint and requires manipulation of the args parameter. Because the flaw requires the endpoint to be reachable and the attacker to control the input, the exploitability depends on network exposure and lack of input validation. Until a patch is applied, systems that expose this endpoint without strict access controls remain at risk of remote command execution.

Generated by OpenCVE AI on August 8, 2026 at 08:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Kirachon context‑engine to version 1.9.1 or later, which contains the execGitCommand fix.
  • If the review‑git‑diff endpoint must remain available, restrict its exposure to trusted users only and enforce role‑based access controls to limit the attack surface.
  • Sanitize and validate all arguments passed to the git command on the server side, ensuring that shell metacharacters are properly escaped or rejected, to prevent injection attempts.

Generated by OpenCVE AI on August 8, 2026 at 08:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in Kirachon context-engine up to 1.9.0. This affects the function execGitCommand of the file src/mcp/utils/gitUtils.ts of the component review-git-diff Endpoint. Executing a manipulation of the argument args can lead to command injection. Upgrading to version 1.9.1 mitigates this issue. This patch is called e0729dcfd3a2b1682a7bff86e7174852c03419ba. It is advisable to upgrade the affected component.
Title Kirachon context-engine review-git-diff Endpoint gitUtils.ts execGitCommand command injection
First Time appeared Kirachon
Kirachon context-engine
Weaknesses CWE-74
CWE-77
CPEs cpe:2.3:a:kirachon:context-engine:*:*:*:*:*:*:*:*
Vendors & Products Kirachon
Kirachon context-engine
References
Metrics cvssV2_0

{'score': 5.2, 'vector': 'AV:A/AC:L/Au:S/C:P/I:P/A:P/E:ND/RL:OF/RC:C'}

cvssV3_0

{'score': 5.5, 'vector': 'CVSS:3.0/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C'}

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


Subscriptions

Kirachon Context-engine
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-08T07:15:11.276Z

Reserved: 2026-08-07T14:10:48.765Z

Link: CVE-2026-19266

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T08:30:12Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-77

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