SCA: security update for omnigent (GHSA-756x-9hf6-q4h4)

high Tenable Cloud Security Plugin ID 447534

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-62675)

Solution

Update the omnigent library and its related packages to version 0.3.0 or later.

See Also

https://github.com/advisories/GHSA-756x-9hf6-q4h4

Plugin Details

Severity: High

ID: 447534

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 9/3/2026

Updated: 9/3/2026

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 58.19

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 6.7

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2026-62675

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.7

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 9/2/2026

Vulnerability Publication Date: 8/21/2026

Reference Information

CVE: CVE-2026-62675

cwe: CWE-94