Description
A weakness has been identified in HelloGGX shadcn-vue-mcp up to e170e277b94235cde627803277fc8c41103a4d38. Affected by this issue is the function fs.promises.readFile of the file src/server/callback-server.ts. This manipulation of the argument filepath causes path traversal. The attack is restricted to local execution. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-09
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A path traversal vulnerability exists in the fs.promises.readFile call within src/server/callback-server.ts. The flaw allows an attacker to specify an arbitrary file path and read contents from the filesystem. The attack is limited to local execution, meaning the attacker must have local access to the machine running the service. The primary impact is the inadvertent disclosure of confidential or configuration data, which could facilitate further exploits.

Affected Systems

The vulnerability affects the HelloGGX shadcn-vue‑mcp application in all releases up to and including commit e170e277b94235cde627803277fc8c41103a4d38. Because the project uses a rolling release model, no specific version numbers are listed, but all instances running the unpatched code are susceptible.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity, and the EPSS score is not available, so the current exploitation probability is unknown. The vulnerability is not present in CISA’s KEV catalog. Exploitation requires local access or the ability to influence file path arguments to the callback server; no remote code execution vector is disclosed. The risk is moderate but constrained to environments where the application runs with adequate user privileges.

Generated by OpenCVE AI on August 9, 2026 at 03:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade HelloGGX shadcn‑vue‑mcp to a version that includes the path‑traversal fix, such as the commit following e170e277b94235cde627803277fc8c41103a4d38.
  • If an update cannot be applied immediately, restrict the file system permissions for the server process so that only the intended directories are readable, limiting the scope of the traversal.
  • Validate or sanitize the filepath argument in callback-server.ts to ensure it cannot be used to reference files outside the expected directory tree.

Generated by OpenCVE AI on August 9, 2026 at 03:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in HelloGGX shadcn-vue-mcp up to e170e277b94235cde627803277fc8c41103a4d38. Affected by this issue is the function fs.promises.readFile of the file src/server/callback-server.ts. This manipulation of the argument filepath causes path traversal. The attack is restricted to local execution. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Title HelloGGX shadcn-vue-mcp callback-server.ts fs.promises.readFile path traversal
First Time appeared Helloggx
Helloggx shadcn-vue-mcp
Weaknesses CWE-22
CPEs cpe:2.3:a:helloggx:shadcn-vue-mcp:*:*:*:*:*:*:*:*
Vendors & Products Helloggx
Helloggx shadcn-vue-mcp
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

{'score': 3.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/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:N/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Helloggx Shadcn-vue-mcp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-09T01:30:11.521Z

Reserved: 2026-08-08T09:07:54.466Z

Link: CVE-2026-19324

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T03:30:04Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')