CVE-2026-45805 Details
Description
Penpot is an open-source design tool for design and code collaboration. Prior to 2.15.0, Penpot MCP's mcp/packages/server/src/ReplServer.ts bound the ReplServer to 0.0.0.0:4403 and exposed an unauthenticated /execute endpoint that passed the code field to PluginBridge.executePluginTask(), allowing anyone on the network to execute JavaScript on the server. This issue is fixed in version 2.15.0.
A remote code execution vulnerability has been identified in Penpot versions prior to 2.15.0. The issue arises in the MCP module's ReplServer, which binds to all network interfaces (0.0.0.0) and exposes an unauthenticated '/execute' endpoint. This allows any network user to POST arbitrary JavaScript, which is then executed on the server. The vulnerability was introduced because the ReplServer was not properly configured to bind only to localhost, leaving it accessible from any machine on the network.
Users can update to Penpot version 2.15.0 or later, where this vulnerability has been fixed. The update process can be done by downloading the latest version from the Penpot GitHub releases page.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 15, 2026CISA-ADP
Assessed Jul 15, 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/penpot/penpot/security/advisories/GHSA-22qr-rp27-j9wm | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/penpot/penpot/commit/798ee46b4a84ee6dfc756b001f33acbe0280d62f | [email protected] | Source CodeVendor |
| https://github.com/penpot/penpot/issues/9518 | [email protected] | Issue TrackingTechnical DescriptionVendor |
| https://github.com/penpot/penpot/releases/tag/2.15.0 | [email protected] | Release NotesVendor |
| https://github.com/penpot/penpot/security/advisories/GHSA-22qr-rp27-j9wm | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-749 | Exposed Dangerous Method or Function | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Penpot | < 2.15.0 (semver) |
CPE
Remediation
| |
| Penpot MCP | < 2.15.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 15, 2026 | New CVE Received | [email protected] |
| Jul 15, 2026 | CVE Modified | CISA-ADP |
Volerion