OS Command Injection in baserCMS - CVE-2026-62952
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote user to execute arbitrary code.
The vulnerability exists due to command injection in the update_core admin action and PluginsService::updateCore() and rollbackCore() when processing a user-supplied php path parameter. A remote privileged user can supply the path to an arbitrary executable on the filesystem to execute arbitrary code.
Exploitation requires chaining with another path traversal vulnerability.