CVE-2026-62675 affects Omnigent, an open-source AI agent framework for orchestrating coding agents, in versions prior to 0.3.0. The vulnerability exists in the multipart POST /v1/sessions endpoint, where the validate_agent_bundle function in bundles.py fails to reject arbitrary dotted Python paths in the tools callable field. The tool dispatch module resolves and invokes the specified callable, allowing an authenticated user to specify subprocess.check_output or similar dangerous functions. This enables arbitrary local command execution with the permissions of the runner process. Exploitation can expose sensitive data including environment variables, credentials, workspace files, and internal services. The flaw requires only authenticated user access, not administrator privileges, lowering the barrier for exploitation. The issue has been patched in Omnigent version 0.3.0 via input validation on the callable path.