CVE-2026-75333
Received Received - Intake

Path Traversal Vulnerability in yx-image-recognition

Vulnerability report for CVE-2026-75333, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-26

Last updated on: 2026-08-26

Assigner: MITRE

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-08-26
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Path Traversal issue in yx-image-recognition v1.0. It occurs when user-supplied parameters like dir or filePath are passed directly to file system operations without sanitization or validation. This allows attackers to access files outside intended directories.

Detection Guidance

To detect this vulnerability, inspect applications using yx-image-recognition v1.0 for unsanitized file path parameters like dir or filePath. Check logs for unusual file access patterns or requests containing path traversal sequences such as ../. Use tools like grep to search for these parameters in web server logs or application input fields.

Impact Analysis

An attacker could exploit this to read sensitive files on the server, including configuration files, user data, or system files. This may lead to data breaches, unauthorized access, or further system compromise depending on the exposed files.

Compliance Impact

This vulnerability could violate compliance requirements like GDPR (data protection) or HIPAA (health data privacy) by exposing sensitive data. Organizations may face legal penalties, fines, or reputational damage if such breaches occur due to inadequate security controls.

Mitigation Strategies

Immediately update yx-image-recognition to a patched version if available. If no patch exists, disable the application or restrict access to it. Implement input validation to sanitize file paths, using allowlists for permitted directories. Configure web application firewalls to block requests with suspicious path traversal patterns.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75333. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart