PatchSiren cyber security CVE debrief
CVE-2026-75417 YzmCMS CVE debrief
The CVE-2026-75417 vulnerability is a SQL injection issue in YzmCMS 7.5, occurring in the get_arrchildid() function within application/admin/controller/category.class.php. The user-controlled parentid parameter is concatenated directly into a FIND_IN_SET() SQL clause without proper sanitization, allowing authenticated administrators to execute arbitrary SQL queries via boolean-based blind injection, potentially leading to full database compromise. Affected product deployments should be reviewed for exposure, and administrators should prioritize patching to prevent potential database compromise.
- Vendor
- YzmCMS
- Product
- YzmCMS 7.5
- CVSS
- HIGH 7.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-28
- Original CVE updated
- 2026-09-03
- Advisory published
- 2026-08-28
- Advisory updated
- 2026-09-03
Who should care
Authenticated administrators and security teams of YzmCMS 7.5 installations should prioritize patching this HIGH severity vulnerability to prevent potential database compromise. Vulnerability management and platform security teams should review compensating controls for exposed systems while remediation is scheduled and verified. Operators of affected systems should track exceptions, retest remediated assets, and close the item only after evidence is documented. Security teams should also review relevant monitoring, detection, and logs for exposed assets that need extra review. Additionally, asset inventory and change management processes should be updated to reflect the remediation efforts and ensure that all affected systems are properly patched or mitigated. IT teams responsible for database security should verify that additional security measures are in place to prevent database compromise, such as restricting access to the category.class.php file and implementing monitoring for suspicious SQL queries. All these stakeholders should work together to ensure that the vulnerability is properly addressed and that the risk of exploitation is minimized. This includes reviewing and updating incident response plans to handle potential exploitation attempts and ensuring that all necessary personnel are aware of the vulnerability and its potential impact. By taking these steps, organizations can reduce the risk of exploitation and protect their systems and data from potential harm. Furthermore, security teams should consider implementing source tracking to monitor for any changes to the affected systems and to detect potential exploitation attempts. This can help to identify and respond to potential security incidents in a timely and effective manner. Overall, a coordinated effort is required to properly address the CVE-2026-75417 vulnerability and to prevent potential security incidents. This includes patching affected systems, implementing compensating controls, and monitoring for potential exploitation attempts. By working together and taking a proactive approach to security, organizations can minimize the risk of exploitation and protect their systems and data from
Technical summary
The CVE-2026-75417 vulnerability is a SQL injection issue in YzmCMS 7.5, occurring in the get_arrchildid() function within application/admin/controller/category.class.php. The user-controlled parentid parameter is concatenated directly into a FIND_IN_SET() SQL clause without proper sanitization, allowing authenticated administrators to execute arbitrary SQL queries via boolean-based blind injection, potentially leading to full database compromise.
Defensive priority
Authenticated administrators should prioritize patching this HIGH severity vulnerability to prevent potential database compromise.
Recommended defensive actions
- Patch YzmCMS 7.5 to prevent SQL injection attacks
- Restrict access to the category.class.php file
- Monitor for suspicious SQL queries
- Implement additional security measures to prevent database compromise
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE-2026-75417 vulnerability is a SQL injection issue in YzmCMS 7.5, occurring in the get_arrchildid() function within application/admin/controller/category.class.php. The user-controlled parentid parameter is concatenated directly into a FIND_IN_SET() SQL clause without proper sanitization, allowing authenticated administrators to execute arbitrary SQL queries via boolean-based blind injection.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-75417 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-75417
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-75417 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-75417
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/TKar0/TKar0-CvePoc/tree/main/2026-CVE-POC/CVE-2026-75417
-
Source reference
Unverified legacy reference
URL: https://github.com/yzmcms/yzmcms
-
Source reference
Unverified legacy reference
URL: https://github.com/TKar0/TKar0-CvePoc/blob/main/2026-CVE-POC/CVE-2026-75417/CVE-2026-75417.md
134c704f-9b21-4f2e-91b3-4a467353bcc0
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.