CVE-2026-45805 PUBLISHED

Penpot: MCP REPL server binds to 0.0.0.0 with unauthenticated /execute endpoint — RCE

Assigner: GitHub_M
Reserved: 13.05.2026 Published: 15.07.2026 Updated: 15.07.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 8.8

Product Status

Vendor penpot
Product penpot
Versions
  • Version < 2.15.0 is affected

References

Problem Types

  • CWE-749: Exposed Dangerous Method or Function CWE