CVE-2026-75333
yx-image-recognition · yx-image-recognition
The yx-image-recognition v1.0 application is vulnerable to path traversal via the dir and filePath parameters, which lack proper sanitization before being used in file system operations.
Executive summary
An unauthenticated path traversal vulnerability in yx-image-recognition version 1.0 allows remote attackers to perform unauthorized file system access.
Vulnerability
This is a path traversal vulnerability where the application fails to validate the dir and filePath parameters, allowing an unauthenticated attacker to manipulate file paths during file system operations.
Business impact
The vulnerability carries a CVSS score of 7.5, classifying it as a high-severity risk due to the potential for unauthorized access to sensitive files on the host system. Successful exploitation could lead to significant data exposure or the disclosure of configuration files, potentially facilitating further attacks against the infrastructure.
Remediation
Immediate Action: As no official patch is currently available, users should restrict access to the affected service or disable the image recognition functionality until a vendor-supplied update is released.
Proactive Monitoring: Security teams should monitor web server and application logs for suspicious directory traversal patterns, such as sequences including dot-dot-slash characters, targeting the identified parameters.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to inspect and block incoming HTTP requests containing path traversal payloads directed at the vulnerable parameters.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as referenced in the security researcher report.
Analyst recommendation
Given the high CVSS score and the presence of a published proof-of-concept, this vulnerability poses a credible risk to the confidentiality of system data. Organizations currently utilizing yx-image-recognition v1.0 must prioritize the implementation of compensating controls, such as WAF filtering, and monitor for vendor updates to address this flaw permanently.