Zurück zur Liste

PenPot MCP REPL server binds to 0.0.0.0 with unauthenticated /execute endpoint — RCE — CVE-2026-45805

GitHub · GitHub · CVE-2026-45805

ID
CVE-2026-45805
Datum
Activity
Quelle
GitHub
Vendor
GitHub
Risiko
high
CVSS
8.8

Zusammenfassung

### Summary The MCP module's `ReplServer` binds to all interfaces (`0.0.0.0:4403`) and exposes a `/execute` endpoint that runs arbitrary code with zero authentication. Anyone on the network can POST JavaScript and it runs on the server. The main `PenpotMcpServer` was partially fixed for a similar binding issue (#8683), but `ReplServer.ts` was missed. ### Details `mcp/packages/server/src/ReplServer.ts:89`:…

Produkt

npm: @penpot/mcp

Was tun?

Allgemeine, vorsichtige Schritte (bitte prüfe die offizielle Quelle für Details):

  • Priorisiere sofort Patches oder Mitigations (hohes akutes Risiko).
  • Identifiziere betroffene Produktversionen und prüfe, ob du betroffen bist.
  • Spiele Hersteller-Updates/Patches ein oder setze empfohlene Mitigations um.
  • Lies das offizielle Advisory für betroffene Versionen und konkrete Schritte.

Offizielles Advisory

Mehr dazu