CVE-2026-75417
nicheSQL Injection in YzmCMS 7.5 Admin Category Controller
CVE-2026-75417 is a SQL injection flaw (CWE-89) in YzmCMS 7.5, located in the get_arrchildid() function of application/admin/controller/category.class.php. The user-controlled parentid parameter is concatenated directly into a FIND_IN_SET() SQL clause without sanitization, enabling boolean-based blind SQL injection. An attacker with valid administrator credentials can execute arbitrary SQL queries against the backend database, potentially leading to full database compromise including data theft or tampering. Only YzmCMS deployments (version 7.5 is confirmed affected; the status of other versions is unverified) are exposed, and because exploitation requires administrator-level access, practical exposure is limited to sites where admin credentials are compromised or abused. No public proof-of-concept, in-the-wild exploitation, or KEV listing is known, and EPSS estimates only a 0.3% probability of exploitation within the next 30 days.
What to do: YzmCMS administrators should upgrade to the vendor's patched release as soon as one is available (the data confirms 7.5 as affected; check the vendor's changelog for the fixed version), or as an interim measure ensure the parentid parameter is cast to an integer or otherwise parameterized before being used in the FIND_IN_SET() clause. Because exploitation requires administrator credentials, rotate and harden admin passwords and review database and web logs for signs of blind injection probing. No public PoC or in-the-wild exploitation is currently known, so standard patch hygiene is sufficient for most deployments.
| YzmCMS | 7.5 (confirmed affected; whether other versions are impacted is unverified in the available data) |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
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.
- Weakness
- CWE-89
- Vector
- CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
In the news0 stories
No ingested article mentions this CVE yet.