Description
A security flaw has been discovered in adolfosalasgomez3011 slidev-builder-mcp 2.1.0. This affects the function generateChart of the file src/tools/generateAssets.ts of the component generateAssets Tool. Performing a manipulation of the argument outputDir results in command injection. The attack is only possible with local access. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-08
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The generateChart function in the generateAssets tool of slidev-builder-mcp allows an attacker with local filesystem access to execute arbitrary shell commands by supplying a crafted value for the outputDir argument. The tool concatenates this value into a system command without proper validation, resulting in command injection. The flaw is an OS command injection weakness (CWE‑77) and involves improper handling of user input (CWE‑74). Because the vulnerable code only runs on the local machine, the impact is limited to users who can run the tool on the host and does not enable remote code execution.

Affected Systems

The open‑source project slidev-builder-mcp, version 2.1.0, developed by adolfosalasgomez3011, is affected. The vulnerability resides in src/tools/generateAssets.ts within the generateAssets module. No official patch or workaround has been released, and the maintainer has yet to respond.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity. EPSS is not available and the issue is not listed in the CISA KEV catalog, suggesting no confirmed external exploits. The attack vector requires local access, so the risk is lower in environments with strict user privilege controls or isolated systems. Nonetheless, any host where the tool is installed and accessible to privileged users should be addressed promptly.

Generated by OpenCVE AI on August 8, 2026 at 12:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade slidev-builder-mcp to the latest release that includes a fix for generateChart command injection. If a patch is not yet released, contact the maintainer to obtain a corrected version.
  • Restrict local use of the generateChart command to trusted users only, for example by adjusting file permissions or running the tool in a confined environment.
  • Modify the source by validating and escaping the outputDir parameter before it is incorporated into a system command, ensuring that shell metacharacters cannot be injected.

Generated by OpenCVE AI on August 8, 2026 at 12:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in adolfosalasgomez3011 slidev-builder-mcp 2.1.0. This affects the function generateChart of the file src/tools/generateAssets.ts of the component generateAssets Tool. Performing a manipulation of the argument outputDir results in command injection. The attack is only possible with local access. The project was informed of the problem early through an issue report but has not responded yet.
Title adolfosalasgomez3011 slidev-builder-mcp generateAssets Tool generateAssets.ts generateChart command injection
First Time appeared Adolfosalasgomez3011
Adolfosalasgomez3011 slidev-builder-mcp
Weaknesses CWE-74
CWE-77
CPEs cpe:2.3:a:adolfosalasgomez3011:slidev-builder-mcp:*:*:*:*:*:*:*:*
Vendors & Products Adolfosalasgomez3011
Adolfosalasgomez3011 slidev-builder-mcp
References
Metrics cvssV2_0

{'score': 4.3, 'vector': 'AV:L/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Adolfosalasgomez3011 Slidev-builder-mcp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-08T11:30:08.959Z

Reserved: 2026-08-07T15:32:57.573Z

Link: CVE-2026-19281

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T12:30:03Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-77

    Improper Neutralization of Special Elements used in a Command ('Command Injection')