Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/omnigent-ai/omnigent/commit/1f3f398f41cbf97b905133c21e848621c
- https://github.com/omnigent-ai/omnigent/pull/1430
- https://github.com/omnigent-ai/omnigent/releases/tag/v0.3.0
- https://github.com/omnigent-ai/omnigent/security/advisories/GHSA-756x-9hf6-q4h4
- https://github.com/omnigent-ai/omnigent/security/advisories/GHSA-756x-9hf6-q4h4
FAQ
What is CVE-2026-62675?
CVE-2026-62675 is a vulnerability with a CVSS score of 8.8 (HIGH). 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/se...
How severe is CVE-2026-62675?
CVE-2026-62675 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-62675?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.