Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Requires valid authenticated account (PR:L not PR:N); file overwrite and WebSocket exfiltration yield full C/I/A impact against targeted files.
Primary rating from Vendor (certcc).
CVSS VectorVendor: certcc
Lifecycle Timeline
5DescriptionCVE.org
Penpot’s ::import-binfile RPC command lacks authorization on the optional file-id parameter, allowing any authenticated user to overwrite any files on the target server and subscribe to WebSocket events, enabling full data exfiltration and data poisoning.
AnalysisAI
Missing authorization on Penpot's ::import-binfile RPC command allows any authenticated user to overwrite arbitrary files across team boundaries and subscribe to WebSocket events for any file on the instance, enabling cross-tenant data exfiltration and data poisoning. All Penpot deployments on versions up to and including 2.17.0 are affected per EUVD intelligence, with a proof-of-concept publicly documented by vokecyber.com. The provided CVSS vector critically understates impact: it omits confidentiality and integrity loss despite the described full data exfiltration and file overwrite capability, and marks the vulnerability as unauthenticated (PR:N) contrary to the description's explicit 'authenticated user' requirement - defenders should not rely on the published vector for risk prioritization.
Technical ContextAI
Penpot is an open-source, web-based design and prototyping platform (cpe:2.3:a:penpot:penpot) offering a self-hosted alternative to Figma, with both cloud and self-hosted deployment modes. Its backend exposes RPC (Remote Procedure Call) commands for collaboration features, including ::import-binfile for importing binary project files. The root cause is CWE-862 (Missing Authorization): the server authenticates the calling user but performs no authorization check on the optional file-id parameter, failing to verify whether the authenticated caller has rights to the target file. This allows any low-privilege account holder to reference and operate on files belonging to other teams or users. The WebSocket subscription mechanism compound the flaw by enabling real-time event streaming from arbitrary file IDs, converting a write-only injection primitive into a bidirectional data channel for exfiltration.
RemediationAI
The primary remediation is to upgrade Penpot to a version confirmed to contain the authorization fix for ::import-binfile. The GitHub release tag for 2.17.0 (https://github.com/penpot/penpot/releases/tag/2.17.0) is referenced in the CVE, suggesting it may contain the fix, but EUVD lists ≤2.17.0 as affected - administrators should verify with the Penpot team whether 2.17.0 or a subsequent release (e.g., 2.17.1 or later) is the confirmed patched version before upgrading. Consult the vokecyber research advisory at https://vokecyber.com/research/cve-2026-17613-penpot-cross-team-file-takeover for researcher-confirmed fix details. As a compensating control if immediate upgrade is not possible, restrict account creation to trusted users only and audit existing accounts - since exploitation requires a valid account, eliminating untrusted accounts directly limits the attack surface. Network-level controls (e.g., placing the Penpot instance behind a VPN or IP allowlist) reduce exposure but do not eliminate risk from insider threat actors with legitimate credentials. Disabling or rate-limiting RPC access from untrusted network segments is a viable interim measure with the trade-off of potential disruption to remote collaborators.
Penpot before version 2.13.2 contains a path traversal vulnerability in the font creation endpoint that allows authentic
Account takeover in Penpot before 2.14.5 allows an authenticated registered user to hijack any non-blocked profile witho
Server-side request forgery in Penpot before 2.15.0 lets an authenticated file editor coerce the backend into fetching a
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53386
GHSA-7ff3-w2cq-gmpq