---
id: CVE-2026-62675
title: >-
  Omnigent is an open-source AI agent framework and meta-harness for
  orchestrating coding agents
summary: >-
  Omnigent is an open-source AI agent framework and meta-harness for
  orchestrating coding agents. Prior to 0.3.0, multipart POST /v1/sessions
  accepts an authenticated user's agent bundle and omnigent/server/bundles.py
  validate_agent_bundle…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-94
vendor: omnigent
product: omnigent
affected:
  - omnigent < 0.3.0
patched:
  - omnigent 0.3.0
published: '2026-08-21'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:09:01.757'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-62675'
references:
  - url: >-
      https://github.com/omnigent-ai/omnigent/commit/1f3f398f41cbf97b905133c21e848621c21da6e0
    label: security-advisories@github.com
  - url: 'https://github.com/omnigent-ai/omnigent/pull/1430'
    label: security-advisories@github.com
  - url: 'https://github.com/omnigent-ai/omnigent/releases/tag/v0.3.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/omnigent-ai/omnigent/security/advisories/GHSA-756x-9hf6-q4h4
    label: security-advisories@github.com
  - url: >-
      https://github.com/omnigent-ai/omnigent/security/advisories/GHSA-756x-9hf6-q4h4
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-62675'
  - url: 'https://github.com/omnigent-ai/omnigent'
  - url: 'https://pypi.org/project/omnigent'
  - url: 'https://github.com/advisories/GHSA-756x-9hf6-q4h4'
tags:
  - nvd
  - osv
  - pip
  - ghsa
epss: 0.0065
epssPercentile: 0.48966
aliases:
  - GHSA-756x-9hf6-q4h4
  - PYSEC-2026-3872
ecosystem: pip
ingestedAt: '2026-09-02T22:51:44.682Z'
---

## Overview

Omnigent is an open-source AI agent framework and meta-harness for orchestrating coding agents. Prior to 0.3.0, multipart POST /v1/sessions accepts an authenticated user's agent bundle and omnigent/server/bundles.py validate_agent_bundle does not reject a tools..callable dotted Python path. omnigent/runner/tool_dispatch.py _resolve_spec_callable imports the specified module and _execute_spec_callable_tool invokes the resolved function, allowing a bundle to select subprocess.check_output and execute a local command with the runner process permissions. This can expose runner files, environment variables, credentials, workspace data, internal services, and availability without administrator access. This issue is fixed in version 0.3.0.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-62675)

Affected packages:

- `omnigent < 0.3.0`

Patched in:

- `omnigent 0.3.0`

Source: https://osv.dev/vulnerability/GHSA-756x-9hf6-q4h4
