


Perceptive Security
SOC/SIEM Consultancy

Paperclip AI Flaws Let Attackers Run Host Commands via Malicious Agent Imports
Published:
5 augustus 2026 om 15:14:05
Alert date:
5 augustus 2026 om 17:04:40
Source:
thehackernews.com
Emerging Technologies, Web Technologies, Identity & Access, Zero-Day Vulnerabilities
Two security vulnerabilities in Paperclip, an open-source control plane for AI agent teams, allow attackers to execute arbitrary commands on network servers or developer machines. Both attack paths involve importing a malicious agent and initiating it within the platform. A third flaw exposes sensitive data and control-plane details through insecure API routes. The vulnerabilities are particularly concerning given the growing use of AI agent orchestration platforms in enterprise environments. Exploitation could lead to full host compromise or sensitive information disclosure. No CVE identifiers were mentioned in the article.
Technical details
Three security vulnerabilities were discovered in Paperclip, an open-source control plane for AI agent teams. CVE-2026-41679 (CVSS 10.0): An unauthenticated attacker can exploit Paperclip's default open-signup flow to register an account, self-approve a CLI challenge to obtain a board-level API credential, then use that credential to import a malicious .paperclip.yaml bundle via the new-company import route (which incorrectly accepted board-level access instead of requiring instance-administrator rights). The bundle defines a new company with an agent using the process adapter and an attacker-specified command. After import, the attacker is automatically a company member, allowing them to trigger the agent wakeup and execute OS-level commands with the server process's privileges. Rapid7 published a Metasploit module automating the six-request attack chain. GHSA-x8hx-rhr2-9rf7 (CVSS 9.6): A DNS rebinding attack targeting Paperclip running in default local_trusted mode. An attacker-controlled hostname resolves to both the attacker's server and 127.0.0.1. The browser loads JavaScript from the attacker's server; after DNS rebinding, subsequent requests reach the local Paperclip instance. Because local_trusted mode treats all loopback requests as implicit instance administrators and accepted the attacker's hostname in the Host header, the attacker can call the import API, install a malicious agent, and execute commands with the developer's OS privileges. No Paperclip credentials are required. Verified on macOS with Firefox. GHSA-xfqj-r5qw-8g4j (CVSS 8.3): Multiple API routes in authenticated mode failed to enforce access controls. Issues include: retrieval of heartbeat-run issue data without company access verification, unauthenticated access to agent-facing skill documentation (API paths and auth conventions), unauthenticated access to health/deployment information (mode, version, auth readiness, bootstrap state, feature flags), and an unauthenticated CLI challenge route that formed part of the CVE-2026-41679 exploit chain. The root cause was that unauthenticated requests passed through middleware with a 'no actor' identity, leaving each route responsible for its own authorization checks, which were inconsistently applied. Paperclip's built-in process adapter intentionally launches configured commands as child processes of the server, meaning agent configuration becomes directly executable behavior.
Mitigation steps:
1. Upgrade Paperclip to v2026.416.0 or later immediately, as this version contains all three fixes. 2. The import-authorization fix now requires instance-administrator access for imports targeting a new company and company-level access for imports targeting an existing company. 3. Hostname validation (private-hostname guard) is now enabled for private deployments in both local_trusted and authenticated modes, rejecting requests with unapproved hostnames before API processing. 4. Authentication has been added to general skill routes; company-access checks added to heartbeat issue retrieval; invite-scoped onboarding routes restricted; health response reduced for unauthenticated users. 5. Review registration and deployment exposure configurations, especially open-signup settings on internet-accessible instances. 6. Review service account privileges for the Paperclip server process to limit potential OS-level impact. 7. Monitor CISA's KEV catalog for updates regarding CVE-2026-41679. 8. Note: use v2026.416.0 as the authoritative upgrade target rather than relying on older NVD/advisory metadata, as version labeling discrepancies exist between the GitHub tag and internal package manifests. 9. For local_trusted deployments, be aware that DNS rebinding attacks can be mitigated by the new hostname validation guard in v2026.416.0.
Affected products:
Paperclip (open-source AI agent control plane) - versions prior to v2026.416.0 (also labeled 0.3.1 in package manifests)
Related links:
https://www.oasis.security/blog/paperclip-agent-vulnerabilities
https://pages.oasis.security/rs/106-PZV-596/images/paperclip-agent-vulnerabilities-technical-report.pdf
https://github.com/paperclipai/paperclip/security/advisories/GHSA-68qg-g8mg-6pr7
https://github.com/paperclipai/paperclip/security/advisories/GHSA-x8hx-rhr2-9rf7
https://github.com/paperclipai/paperclip/security/advisories/GHSA-xfqj-r5qw-8g4j
https://docs.rapid7.com/insight/release-notes-5.0.0-2026061601/
https://nvd.nist.gov/vuln/detail/CVE-2026-41679
https://www.cisa.gov/known-exploited-vulnerabilities-catalog
https://github.com/paperclipai/paperclip/releases/tag/v2026.416.0
https://raw.githubusercontent.com/paperclipai/paperclip/v2026.416.0/server/package.json
https://raw.githubusercontent.com/paperclipai/paperclip/v2026.416.0/cli/package.json
https://raw.githubusercontent.com/paperclipai/paperclip/v2026.416.0/server/src/app.ts
https://thehackernews.com/2026/06/autojack-attack-lets-one-web-page.html
https://thehackernews.com/2025/07/critical-vulnerability-in-anthropics.html
https://thehackernews.com/2026/02/clawjacked-flaw-lets-malicious-sites.html
Related CVE's:
Related threat actors:
IOC's:
This article was created with the assistance of AI technology by Perceptive.
