Arbitrary Command Injection Affecting figma-developer-mcp package, versions <0.6.3


Severity

Recommended
0.0
high
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.01% (2nd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Arbitrary Command Injection vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-JS-FIGMADEVELOPERMCP-13206974
  • published3 Oct 2025
  • disclosed30 Sept 2025
  • creditAlessio Della Libera

Introduced: 30 Sep 2025

CVE-2025-53967  (opens in a new tab)
CWE-77  (opens in a new tab)

How to fix?

Upgrade figma-developer-mcp to version 0.6.3 or higher.

Overview

figma-developer-mcp is a Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.

Affected versions of this package are vulnerable to Arbitrary Command Injection via the child_process.exec call using unvalidated user input directly within command-line strings. An attacker can execute arbitrary system commands by supplying crafted input that is unsafely incorporated into shell command execution.

##Workaround This issue can be mitigated by avoiding the usage of child_process.exec with untrusted input. A safer API such as child_process.execFile can be used, which allows to pass arguments as a separate array to avoid shell interpretation entirely.

References

CVSS Base Scores

version 4.0
version 3.1