Authorization bypass through user-controlled key in Paperclip - #VU141311

 

Authorization bypass through user-controlled key in Paperclip - #VU141311

Published: August 8, 2026


Vulnerability identifier: #VU141311
CSH Severity: Medium
CVSS v4: 8.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N]
CVE-ID: N/A
CWE-ID: CWE-639
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote user to compromise another tenant, disclose sensitive information, modify data, and cause a denial of service.

The vulnerability exists due to improper access control in the `/agents/:id/keys` routes when handling key management requests for attacker-supplied agent or key identifiers. A remote user can send crafted `GET`, `POST`, or `DELETE` requests to list, create, or revoke agent API keys across tenant boundaries to compromise another tenant, disclose sensitive information, modify data, and cause a denial of service.

The `POST` handler returns a cleartext agent token for the victim company, and the `DELETE` path authorizes by `keyId` without validating that the key belongs to a company accessible to the caller.


Affected software

Paperclip

Remediation

Install security update from vendor's website.

Paperclip - update to 2026.416.0

External References

Related Security Bulletins