Path traversal in baserCMS - CVE-2026-62953
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote user to execute arbitrary code.
The vulnerability exists due to path traversal in PluginsService::add() and ThemesService::add() when handling uploaded filenames. A remote privileged user can supply a crafted filename in an upload request to execute arbitrary code.
If the webroot is writable, the uploaded payload can be written to a web-accessible location before ZIP validation fails, and no cleanup occurs afterward.