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: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Confidentiality compromise
Action: Patch Immediately
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 allows a user to supply paths containing traversal sequences such as '..', causing the program to access files outside the intended directory. The vulnerability is a classic Path Traversal (CWE-22) that can lead to the disclosure of arbitrary files or, if write operations are permitted, modification of files and potential code injection.

Affected Systems

Affected systems include the yx-image-recognition v1.0 implementation. No vendor or CNA details are available, and the vulnerability exists specifically in version 1.0 of the software. Users should verify where this component is deployed in their environment to assess exposure.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity. The EPSS score of <1% reflects a low exploitation probability, and the flaw is not listed in the CISA KEV catalog. The likely attack vector is through a publicly reachable API or web form that accepts raw dir or filePath parameters. If the service is exposed to the Internet, an attacker could exploit the flaw without authentication, enabling arbitrary file reading or potentially writing if write privileges exist.

Generated by OpenCVE AI on August 27, 2026 at 19:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply vendor‑released update that includes input validation and path sanitization for dir and filePath parameters.
  • If no update is 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.

Generated by OpenCVE AI on August 27, 2026 at 19:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

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

Thu, 27 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


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-27T15:40:11.867Z

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

Link: CVE-2026-75333

cve-icon Vulnrichment

Updated: 2026-08-27T15:39:44.152Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-31T20:12:02.273

Link: CVE-2026-75333

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T19:45:03Z

Weaknesses
  • CWE-22

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