CVE-2026-41679 Details
Description
Paperclip is a Node.js server and React UI that orchestrates a team of AI agents to run a business. Prior to version 2026.416.0, an unauthenticated attacker can achieve full remote code execution on any network-accessible Paperclip instance running in `authenticated` mode with default configuration. No user interaction, no credentials, just the target's address. The chain consists of six API calls. The attack is fully automated, requires no user interaction, and works against the default deployment configuration. Version 2026.416.0 patches the issue.
A critical vulnerability in Paperclip, a Node.js server and React UI application, allows unauthenticated remote code execution on instances running in 'authenticated' mode with the default configuration. The vulnerability exists in versions prior to 2026.416.0. The exploitation process is fully automated, requires no user interaction or credentials, and involves a chain of six API calls. The issue arises from open registration, which enables the creation of accounts without verification, and a flaw in the import authorization process that bypasses necessary checks for executing code via imported agents.
To address this vulnerability, it is recommended to disable open registration by default, require email verification for account creation, and add the necessary authorization checks to the import endpoint to ensure that only users with instance admin privileges can create new companies.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/paperclipai/paperclip/security/advisories/GHSA-68qg-g8mg-6pr7 | CISA-ADP | ExploitMitigationThird Party Advisory |
| https://github.com/paperclipai/paperclip/security/advisories/GHSA-68qg-g8mg-6pr7 | [email protected] | ExploitMitigationThird Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-1188 | Initialization of a Resource with an Insecure Default | [email protected] |
| CWE-287 | Improper Authentication | [email protected] |
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| paperclip paperclipai | < 2026.416.0 |
CPE
Remediation
| |
| paperclip paperclipai/server | < 2026.416.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 27, 2026 | Initial Analysis | [email protected] |
| Apr 23, 2026 | CVE Modified | CISA-ADP |
| Apr 23, 2026 | New CVE Received | [email protected] |