Description
The static resource interface /api/static/{deployKey}/ of Yu AI Code Mother v4.3 is vulnerable to path traversal. The user-controlled path is concatenated to the preview root directory without any normalization, allowing anonymous attackers to read files outside the preview root.
Published: 2026-08-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An attacker can supply a crafted path to the /api/static/{deployKey}/ endpoint in Yu AI Code Mother version 4.3. The input path is concatenated directly to the preview root directory without any normalization or validation, enabling the attacker to read arbitrary files on the host. This flaw is a classic path traversal vulnerability (CWE‑22) and can lead to unauthorized disclosure of confidential information stored outside the intended preview directory.

Affected Systems

Yu AI Code Mother v4.3, specifically the static resource interface located at /api/static/{deployKey}/. No other versions or products are listed as affected by the available data.

Risk and Exploitability

Because the exploit requires no authentication and can be triggered by any visitor to the endpoint, the attack vector is essentially anonymous remote access. Although a CVSS score or EPSS measure is not provided, the severity can be considered high due to the unrestricted file access. The vulnerability is not currently listed in the CISA KEV catalog, but that does not diminish its potential impact. An attacker who can enumerate the deployment keys will be able to retrieve files outside the intended root, exposing sensitive information and possibly providing footholds for further attacks.

Generated by OpenCVE AI on August 28, 2026 at 08:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Validate and normalize file paths before concatenation to prevent traversal
  • Enforce strict directory containment checks and deny read access to sensitive system directories
  • Disable anonymous access to the /api/static/ endpoint or enforce authentication for its use
  • Apply vendor updates or custom patches when they become available

Generated by OpenCVE AI on August 28, 2026 at 08:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Title Yu AI Code Mother 4.3 Static Resource Path Traversal
Weaknesses CWE-22

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Description The static resource interface /api/static/{deployKey}/ of Yu AI Code Mother v4.3 is vulnerable to path traversal. The user-controlled path is concatenated to the preview root directory without any normalization, allowing anonymous attackers to read files outside the preview root.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-27T20:50:10.871Z

Reserved: 2026-08-17T00:00:00.000Z

Link: CVE-2026-75337

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T00:18:12.150

Modified: 2026-08-28T00:18:12.150

Link: CVE-2026-75337

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T08:30:17Z

Weaknesses
  • CWE-22

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