CVE-2026-41679 is a critical authorization bypass in Paperclip that affects network-accessible deployments running in authenticated mode with the default registration configuration prior to version 2026.416.0. The flaw arises from multiple trust and authorization failures in the account onboarding and company import workflow. A remote attacker can self-register without email verification, create a CLI authorization challenge, approve that challenge using the same newly created account, and obtain a persistent board-level API credential without an independent approver. Paperclip correctly restricted direct creation of a new company to instance administrators, but the equivalent company import path accepted only board-level access. By abusing that mismatch, an attacker can import a crafted company bundle containing a .paperclip.yaml configuration that defines an agent using Paperclip’s built-in process adapter. When the imported agent is awakened, Paperclip launches the attacker-specified command as a child process on the host, resulting in full remote code execution with the privileges of the Paperclip server process. The attack is described as fully automated, requiring six API calls and no user interaction or pre-existing credentials.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos (1 hidden).
This repository is a small Python proof-of-concept exploit for CVE-2026-41679 affecting Paperclip AI. The repo contains one executable script (poc.py), a short README with usage instructions, and a minimal requirements.txt listing requests. The exploit is not framework-based. The script performs a full exploitation chain against a target Paperclip instance over HTTP(S): it signs up a user, signs in to obtain a session cookie, creates a CLI auth challenge, approves that challenge with the authenticated session, then uses the returned board API token to call the company import API. In that import request it supplies inline files including COMPANY.md, agents/pwn/AGENTS.md, and a malicious .paperclip.yaml. The YAML defines an agent named pwn using a process adapter configured to run bash with '-c' and attacker-controlled commands. After import, the script calls the agent wakeup endpoint to trigger execution. The exploit’s main capability is authenticated remote command execution through abuse of the import and agent execution workflow. The default payload writes the output of 'id' and 'whoami' to /tmp/pwned.txt, but the -c argument allows arbitrary shell commands, making this more than a pure detector. TLS certificate verification is explicitly disabled, so it will also work against instances with self-signed certificates. Overall, this is an operational PoC that automates exploitation end-to-end and demonstrates code execution on the target host.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
22 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A critical authorization bypass vulnerability in the Paperclip AI management platform that can be chained with privilege escalation and malicious agent configuration import to achieve arbitrary code execution and full instance takeover.
A critical authorization bypass in Paperclip that lets a lower-privileged user import a malicious company bundle and achieve remote command execution on the host via agent configuration and the built-in process adapter.
A critical authorization bypass in the Paperclip AI management platform that could let a remote attacker self-register, gain board-level API access, and achieve arbitrary code execution with the permissions of the Paperclip server process.
A critical Paperclip server-side command execution vulnerability in which a newly registered user can abuse import and authorization logic to create a company, import a malicious agent configuration, and execute commands on the server with the Paperclip service's OS privileges.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.