AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71232

HIGH · CVSS 7.2 EPSS 0.30% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability affects the admin template editor of MacCMS10, where an incomplete blacklist allows authenticated administrators to exploit the system by injecting malicious PHP code that can lead to remote code execution. This poses a significant risk, as attackers could execute arbitrary commands on the server, compromising its integrity and confidentiality. Organizations using MacCMS10 should prioritize patching this vulnerability to safeguard against potential exploitation.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-71232
Severity
HIGH
CVSS
7.2
EPSS
0.30%

Original NVD Description

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.