---
id: CVE-2026-62674
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, PUT /sessions/{session_id}/agent
  checks LEVEL_EDIT permission for a session but does not reject a bound shared
  or template ag…
severity: critical
cvss: 9
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/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-62674'
references:
  - url: >-
      https://github.com/omnigent-ai/omnigent/commit/25a22dc9e6da4648d23749f0a589e47e6aed991b
    label: security-advisories@github.com
  - url: 'https://github.com/omnigent-ai/omnigent/pull/1418'
    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-jrrm-9hc7-2v3h
    label: security-advisories@github.com
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-62674'
  - url: 'https://github.com/omnigent-ai/omnigent'
  - url: 'https://pypi.org/project/omnigent'
  - url: 'https://github.com/advisories/GHSA-jrrm-9hc7-2v3h'
tags:
  - nvd
  - osv
  - pip
  - ghsa
epss: 0.00506
epssPercentile: 0.40583
aliases:
  - GHSA-jrrm-9hc7-2v3h
  - PYSEC-2026-3874
ecosystem: pip
ingestedAt: '2026-09-02T22:51:44.636Z'
---

## Overview

Omnigent is an open-source AI agent framework and meta-harness for orchestrating coding agents. Prior to 0.3.0, PUT /sessions/{session_id}/agent checks LEVEL_EDIT permission for a session but does not reject a bound shared or template agent whose agent.session_id is None. An authenticated user with edit access to a session can replace that shared agent bundle through omnigent/server/routes/sessions.py, add a stdio MCP server, and cause later sessions that use the shared agent to launch an attacker-controlled command through omnigent/tools/mcp.py. The command executes with the Omnigent runner process permissions and can expose files, credentials, workspace data, internal services, and runner availability. 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-62674)

Affected packages:

- `omnigent < 0.3.0`

Patched in:

- `omnigent 0.3.0`

Source: https://osv.dev/vulnerability/GHSA-jrrm-9hc7-2v3h
