CVE Catalog

CVE-2026-71232

HighCVSS 7.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.30%

22th percentile - higher than 22% of all known CVEs

Summary

MacCMS10's admin template editor blocks dangerous PHP functions via a blacklist regex, but the blacklist omitted exec, passthru, popen, show_source, create_function, register_shutdown_function, register_tick_function, and error_log.

Risk Assessment

An attacker with admin privileges can execute arbitrary system commands, leading to full server compromise.

Recommendation

Update MacCMS10 to a version that includes a complete blacklist of dangerous PHP functions.

Related vulnerabilities

Original NVD description (English source)

MacCMS10's admin template editor (application/admin/controller/Template.php) blocks dangerous PHP functions in template content via a blacklist regex, but the blacklist omitted exec, passthru, popen, show_source, create_function, register_shutdown_function, register_tick_function, and error_log.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS