Code Injection in baserCMS - CVE-2026-62969
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote user to execute arbitrary code.
The vulnerability exists due to improper control of code generation in the database restore feature when processing an uploaded restore archive. A remote privileged user can upload a specially crafted archive containing a malicious PHP schema file to execute arbitrary code.
The uploaded file is executed during restore via require_once even if an error is later displayed.