Description
A vulnerability was identified in Ichigo3766 image-gen-mcp 0.1.0. The impacted element is an unknown function of the file src/index.ts of the component upscale_images. Such manipulation of the argument output_path leads to path traversal. The attack must be carried out locally. 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: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An argument passed as output_path in the upscale_images component of version 0.1.0 can be manipulated to perform a path traversal when the function is invoked. This flaw allows a local user to read or write files outside the intended working directory, potentially exposing or corrupting sensitive data. The vulnerability is a classic path traversal weakness classified under CWE‑22 and its impact is confined to the local machine because no remote execution vector is provided.

Affected Systems

The only affected product is Ichigo3766 image-gen-mcp, specifically the upscale_images module in the 0.1.0 release. No other versions or variants are listed as vulnerable.

Risk and Exploitability

With a CVSS score of 4.8 the flaw receives a medium severity rating. Because the EPSS score is not available and the vulnerability is not in the CISA KEV catalog, the immediate likelihood of widespread exploitation is low. However, the attack requires local privileges, meaning an attacker who gains local access—such as through another vulnerability or physical access—can exploit the path traversal to write or read arbitrary files. Consequently, systems running the unpatched component should treat this as a moderate risk in a local environment.

Generated by OpenCVE AI on August 9, 2026 at 19:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict the directory where the application writes files and enforce strict permission controls so that only the intended files can be created or modified.
  • Validate or sanitize the output_path parameter to disallow traversal patterns such as ".." or absolute paths before passing it to the filesystem APIs.
  • Run the image-gen-mcp component as a dedicated low‑privilege user or in a container with an isolated filesystem that prevents access to sensitive directories.

Generated by OpenCVE AI on August 9, 2026 at 19:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
Description A vulnerability was identified in Ichigo3766 image-gen-mcp 0.1.0. The impacted element is an unknown function of the file src/index.ts of the component upscale_images. Such manipulation of the argument output_path leads to path traversal. The attack must be carried out locally. The project was informed of the problem early through an issue report but has not responded yet.
Title Ichigo3766 image-gen-mcp upscale_images index.ts path traversal
First Time appeared Ichigo3766
Ichigo3766 image-gen-mcp
Weaknesses CWE-22
CPEs cpe:2.3:a:ichigo3766:image-gen-mcp:*:*:*:*:*:*:*:*
Vendors & Products Ichigo3766
Ichigo3766 image-gen-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

Ichigo3766 Image-gen-mcp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-10T17:27:43.584Z

Reserved: 2026-08-08T20:23:19.647Z

Link: CVE-2026-19365

cve-icon Vulnrichment

Updated: 2026-08-10T17:27:39.235Z

cve-icon NVD

Status : Deferred

Published: 2026-08-09T19:17:00.970

Modified: 2026-08-12T20:59:21.023

Link: CVE-2026-19365

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T14:26:49Z

Weaknesses
  • CWE-22

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