---
id: CVE-2026-62677
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, an authenticated user can upload
  a session-scoped agent bundle with an absolute or traversal-containing
  os_env.cwd value beca…
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-22
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-62677'
references:
  - url: >-
      https://github.com/omnigent-ai/omnigent/commit/7ca0cca3c9a65c04c489edf68f0e080424a26868
    label: security-advisories@github.com
  - url: 'https://github.com/omnigent-ai/omnigent/pull/1417'
    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-p8rw-8qj3-hf33
    label: security-advisories@github.com
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-62677'
  - url: 'https://github.com/omnigent-ai/omnigent'
  - url: 'https://pypi.org/project/omnigent'
  - url: 'https://github.com/advisories/GHSA-p8rw-8qj3-hf33'
tags:
  - nvd
  - osv
  - pip
  - ghsa
epss: 0.00606
epssPercentile: 0.46694
aliases:
  - GHSA-p8rw-8qj3-hf33
  - PYSEC-2026-3875
ecosystem: pip
ingestedAt: '2026-09-02T22:51:44.591Z'
---

## Overview

Omnigent is an open-source AI agent framework and meta-harness for orchestrating coding agents. Prior to 0.3.0, an authenticated user can upload a session-scoped agent bundle with an absolute or traversal-containing os_env.cwd value because omnigent/spec/parser.py stores the value verbatim and omnigent/spec/validator.py does not constrain it. On a runner where OMNIGENT_RUNNER_WORKSPACE is unset, omnigent/runner/resource_registry.py preserves the attacker-controlled path and omnigent/inner/os_env.py uses the resolved path as the environment root and copytree source. The _assert_within_cwd check then treats that attacker-selected root as trusted, allowing sys_os_read, write, edit, and shell tools to access runner files and environment secrets outside the intended workspace. 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-62677)

Affected packages:

- `omnigent < 0.3.0`

Patched in:

- `omnigent 0.3.0`

Source: https://osv.dev/vulnerability/GHSA-p8rw-8qj3-hf33
