CVE Catalog

CVE-2026-75333

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.14%

4th percentile - higher than 4% of all known CVEs

Summary

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.

Risk Assessment

An attacker can access arbitrary files on the server, including configuration files, user data, or other sensitive resources, potentially leading to information disclosure or further system compromise.

Recommendation

Implement path validation (e.g., whitelist of allowed directories) and sanitize input parameters before passing them to file operations.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS