SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-75417

HIGH · CVSS 7.2 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

YzmCMS 7.5 contains a SQL injection vulnerability in the get_arrchildid() function, where the unsanitized user-controlled parentid parameter is directly included in a SQL query. This flaw allows authenticated administrators to perform arbitrary SQL queries through boolean-based blind injection, potentially resulting in full database compromise. Organizations using YzmCMS should prioritize addressing this vulnerability to mitigate the risk of unauthorized data access and integrity loss.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75417
Severity
HIGH
CVSS
7.2
EPSS
0.29%

Original NVD 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.