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: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Remediate
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. The CVSS score of 9.8 indicates a critical severity, while the EPSS score of <1% shows low overall exploitation probability. The vulnerability is not listed in the CISA KEV catalog, but that does not diminish its potential impact. Based on the description, it is inferred that an attacker who can determine the deployment key before exploitation 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 23:30 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 23:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Title Yu AI Code Mother 4.3 Static Resource Path Traversal

Fri, 28 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


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-28T19:07:13.526Z

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

Link: CVE-2026-75337

cve-icon Vulnrichment

Updated: 2026-08-28T19:06:24.405Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-09T16:04:24.933

Link: CVE-2026-75337

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-22

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