Description
yx-image-recognition v1.0 is vulnerable to Path Traversal. Parameters such as dir, filePath are directly passed to new File() for file system operations without any path sanitization or whitelist validation.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The yx-image-recognition v1.0 application fails to sanitize or whitelist the dir and filePath parameters before using them in file system operations. This flaw enables an attacker to specify paths containing '..' or other traversal sequences, causing the program to access files outside the intended directory. If successful, the attacker can read arbitrary files on the host, which can disclose sensitive configuration files or source code, and may also enable write operations that could facilitate code injection or tampering.

Affected Systems

Affected systems include the yx-image-recognition v1.0 implementation, with no additional product or version information provided. The vulnerability exists specifically in the version 1.0 of the software. No vendor or CNA details are available, so users should review where this package is deployed in their environment.

Risk and Exploitability

The risk is moderate to high, depending on exposure. Although the EPSS is not available and the vulnerability is not listed in the CISA KEV catalog, the attack path is straightforward: control of the dir or filePath parameters likely through a public facing API or web form. If the service is reachable from the Internet, an attacker could exploit the flaw without authentication, resulting in arbitrary file disclosure or tampering. The lack of official fixes or workarounds adds to the urgency.

Generated by OpenCVE AI on August 26, 2026 at 23:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑released update that includes input validation and path sanitization for dir and filePath parameters.
  • If an update is not available, configure the application to limit file operations to a specific safe directory and reject any paths containing '.' or '..'.
  • Validate user‑supplied file names against a whitelist of allowed filenames or patterns before passing them to the file system.
  • Ensure that file write operations are only performed with explicit authorization checks to prevent unauthorized code injection.

Generated by OpenCVE AI on August 26, 2026 at 23:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 23:45:00 +0000

Type Values Removed Values Added
Title Path Traversal in yx-image-recognition v1.0
Weaknesses CWE-22

Wed, 26 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description yx-image-recognition v1.0 is vulnerable to Path Traversal. Parameters such as dir, filePath are directly passed to new File() for file system operations without any path sanitization or whitelist validation.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-26T21:40:12.714Z

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

Link: CVE-2026-75333

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T22:16:29.327

Modified: 2026-08-26T22:16:29.327

Link: CVE-2026-75333

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T23:30:12Z

Weaknesses
  • CWE-22

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