Vulnerability Description
A SQL injection vulnerability was found in YzmCMS 7.5. The issue occurs in the get_arrchildid() function within application/admin/controller/category.class.php, where the user-controlled parentid parameter is concatenated directly into a FIND_IN_SET() SQL clause without proper sanitization. This allows an authenticated administrator to execute arbitrary SQL queries via boolean-based blind injection, potentially leading to full database compromise.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/TKar0/TKar0-CvePoc/tree/main/2026-CVE-POC/CVE-2026-75417
- https://github.com/yzmcms/yzmcms
- https://github.com/TKar0/TKar0-CvePoc/blob/main/2026-CVE-POC/CVE-2026-75417/CVE-
FAQ
What is CVE-2026-75417?
CVE-2026-75417 is a vulnerability with a CVSS score of 7.2 (HIGH). A SQL injection vulnerability was found in YzmCMS 7.5. The issue occurs in the get_arrchildid() function within application/admin/controller/category.class.php, where the user-controlled parentid para...
How severe is CVE-2026-75417?
CVE-2026-75417 has been rated HIGH with a CVSS base score of 7.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-75417?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.