Vulnerability 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 Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/fangtang7/CVE/blob/main/yx-image-recognition/PATH_TRAVERSAL_R
- https://github.com/fangtang7/CVE/blob/main/yx-image-recognition/PATH_TRAVERSAL_R
FAQ
What is CVE-2026-75333?
CVE-2026-75333 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 vali...
How severe is CVE-2026-75333?
CVE-2026-75333 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-75333?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.