GHSA-xhcr-cqfr-m3hv: atomic-agents-stack: HTTP MCP catalog accepts cleartext http and spawns catalog-supplied commands (MITM to RCE)
Summary
A vulnerability in atomic-agents-stack allows attackers on the same network to intercept and modify catalog entries when they are fetched over unencrypted HTTP connections, enabling them to inject malicious commands that the software will execute locally without any LLM involvement. The HTTP MCP server-registry backend accepts both http and https schemes, but only https provides encryption protection, and there is no default allowlist (access control list) to restrict which commands can be executed.
Solution / Mitigation
The source explicitly recommends: 'require `https` by default and gate `http://` behind a loud explicit opt-in. Defense-in-depth: allowlist the resolved command basename (or require confirmation) before any registry-sourced subprocess spawn.' The source also notes that https is currently secure because `httpx` defaults to `verify=True` (validating the server's certificate) and `follow_redirects=False`.
Classification
Affected Vendors
Affected Packages
Related Issues
CVE-2026-63086: text-generation-inference through 3.3.7 contains a server-side request forgery (SSRF) vulnerability in the OpenAI-compat
CVE-2026-34371: LibreChat is a ChatGPT clone with additional features. Prior to 0.8.4, LibreChat trusts the name field returned by the e
Original source: https://github.com/advisories/GHSA-xhcr-cqfr-m3hv
First tracked: August 17, 2026 at 08:01 PM
Classified by LLM (prompt v3) · confidence: 92%