The AI Business Manager Running Your Company Can Be Hijacked by Anyone With Its Address
A perfect-10 flaw in Paperclip lets attackers seize full control of AI business systems with zero credentials. Patch immediately.
This article is written for general audiences — no security background needed. For the full technical analysis with CVE details, affected versions, and code-level breakdown, visit Intel Reports.
The AI Business Manager Running Your Company Can Be Hijacked by Anyone With Its Address
If your organization is using Paperclip to let AI agents run parts of your business, an anonymous attacker anywhere on the internet — or your internal network — can take complete control of that system right now, without a password, without your help, and without leaving obvious traces.
Who This Affects and Why It Matters
Paperclip is a Node.js-based platform designed to be the operating layer for AI-driven business automation — think scheduling, communications, finance workflows, and decision-making, all orchestrated by a team of AI agents through a web interface. Organizations deploying it are, almost by definition, handing it access to sensitive internal systems and data.
The vulnerability affects every Paperclip installation running in authenticated mode with default configuration — which, critically, is exactly how most deployments look out of the box. There are no reliable public figures yet on total deployments, but the platform targets small-to-medium businesses and internal enterprise tooling, meaning the potential victim pool skews toward organizations with fewer dedicated security staff to catch an intrusion quickly.
The stakes aren't abstract. An AI business orchestration system compromised at the server level gives an attacker not just data, but agency — the ability to instruct AI agents to take actions: send emails, execute financial transactions, modify records, or pivot deeper into connected internal infrastructure.
What an Attacker Actually Does
Imagine your office building has a sophisticated security system — badge readers on every door. But there's a side corridor where the door-lock software has a flaw: if you knock on it in a very specific sequence, it thinks you've already been verified as an employee and just... lets you in. Once inside, you have master keys to everything else.
That's essentially what's happening here. Paperclip was designed to require a login, but a flaw in how its web server handles a chain of API requests — the behind-the-scenes calls its own software makes to itself — means that authentication can be completely bypassed. An attacker doesn't forge a password. They never present one at all. They just speak the server's language in the right order, and the server hands over the keys.
Once past that non-existent gate, the attacker achieves remote code execution — they can run any command they want on the underlying computer hosting Paperclip. That means reading or stealing all data the server touches, installing persistent backdoors, using the machine as a launchpad to attack other systems on the same network, and directing the AI agents themselves to take harmful actions under the guise of normal business operations. The entire attack chain is just six automated API calls. It can be scripted to run in seconds.
The Technical Anchor: Authentication-Bypass via Unauthenticated API Chain
For security researchers: the vulnerability class here is an authentication bypass leading to remote code execution, executed entirely through the application's own REST API surface — no memory corruption, no binary exploitation required. The attack chain of six sequential API calls suggests a logical flaw in server-side session or token validation, likely a forced browsing or API state-machine abuse pattern where intermediate endpoints improperly trust state set by prior unauthenticated requests.
CVSS Score: 10.0 (CRITICAL)
Vector: Network / No Auth / No User Interaction
Class: Authentication Bypass → Remote Code Execution
Platform: Node.js (Paperclip server)
Attack Steps: 6 sequential API calls (fully automatable)
Default Config: VULNERABLE (authenticated mode, default deployment)
Fixed In: Paperclip 2026.416.0
The fact that the vendor's own description specifically calls out "default configuration" as vulnerable is a significant red flag — it means there is no non-default hardening step that would have protected you. Unless you were already running a non-standard, heavily restricted network deployment, you were exposed.
Who Found It, and Is Anyone Being Attacked Right Now?
As of publication, no confirmed active exploitation has been observed in the wild. The vulnerability has been patched by the Paperclip maintainers in version 2026.416.0, which suggests responsible disclosure occurred and the vendor had time to prepare a fix before broad public knowledge.
"No active exploitation confirmed yet, but security teams should act quickly." — CVE advisory
However, "not yet" is doing a lot of work in that sentence. A CVSS 10.0 vulnerability with a publicly disclosed attack pattern — six API calls, fully automated, no credentials — is exactly the type of flaw that gets weaponized within days of public knowledge, not weeks. The attack requires no specialized knowledge or expensive tooling. Any competent attacker with access to the CVE details and a target list can build a working exploit rapidly. The window to patch before exploitation begins is almost certainly narrow.
No specific threat actor or researcher attribution has been publicly confirmed at the time of writing. Organizations should assume the clock started when this CVE went public.
What You Need to Do Right Now
-
Update Paperclip immediately to version 2026.416.0 or later. This is the only confirmed fix. Check your deployment's current version with
npm list paperclipor review your package manifest. If you're running any version prior to2026.416.0, you are vulnerable. Do not wait for a scheduled maintenance window — treat this as an emergency patch. - While patching, take your Paperclip instance off public-network exposure. If your Paperclip server is reachable from the internet or a broad internal network, immediately restrict access at the firewall or network level to only the IP ranges that legitimately need it. A VPN-only rule or an allowlist of known-good IPs buys you time. This is a temporary measure — it does not fix the flaw, but it reduces your attack surface to known parties while you patch.
- Review your server logs for the six-call API pattern before and after patching. Look for sequences of unusual API requests — particularly unauthenticated or anonymously-sourced calls to endpoints that should require authentication — in the period before you apply the patch. Check logs going back at least 30 days. If you see suspicious sequences, treat the server as potentially compromised: rotate all secrets and API keys the Paperclip instance had access to, audit actions taken by AI agents in that window, and consider a full forensic review of the host system.
The technical analysis covers the exact vulnerability mechanism, affected code paths, attack chain, detection methods, and full remediation guide.
Read technical analysis →Encrypt your traffic against the threats we explain here.
Stop credential theft. Password manager from Nord Security.
Travel privately. eSIM data for 150+ countries, 10% off.
Affiliate links — commission earned at no cost to you.
You've read 2 free articles this session.
Get the weekly mobile threat briefing — CVEs, exploit research, and security intelligence. Free, no spam.
No spam. Unsubscribe anytime.