ZeroHour

CVE-2026-75417

niche

SQL Injection in YzmCMS 7.5 Admin Category Controller

CVSS 3.1
7.2 high
EPSS
<1%p21
Published
()
Modified
AI analysis

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.

Affected
YzmCMS7.5 (confirmed affected; whether other versions are impacted is unverified in the available data)
Estimated exposure
nichelikely low thousands of self-hosted sites at most (niche Chinese CMS; no public install-count data) — YzmCMS is a small, self-hosted Chinese CMS with no public active-install counts or internet-exposure scan telemetry, so this order-of-magnitude estimate reflects its limited deployment footprint rather than measured data, further narrowed…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

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.

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 news

No ingested article mentions this CVE yet.