SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-62675

HIGH · CVSS 8.8 EPSS 0.45% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-21 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The Omnigent framework prior to version 0.3.0 is vulnerable to a high-severity issue that allows authenticated users to execute arbitrary local commands through a crafted agent bundle. This vulnerability can lead to exposure of sensitive data, including environment variables and credentials, without requiring administrative privileges. Organizations using this framework should prioritize upgrading to version 0.3.0 to mitigate the risk of unauthorized access and data leakage.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-62675
Severity
HIGH
CVSS
8.8
EPSS
0.45%

Original NVD Description

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.