Microweber CMS
cpe:2.3:a:microweber:microweber:*:*:*:*:*:*:*
- <= 2.0
A reflected cross-site scripting vulnerability has been identified in Microweber CMS version 2.0. The issue arises in the admin panel's page creation interface, specifically through the layout parameter on the /admin/page/create page. This vulnerability allows authenticated admin users to execute arbitrary JavaScript in their session context.
Exploitation of this vulnerability allows for reflected cross-site scripting, where injected scripts are executed immediately in the context of the affected user.
To reproduce this vulnerability, navigate to the /admin/page/create page and add a layout parameter with a script injection payload, such as a script tag containing JavaScript code, such as an alert command. The injected script will be executed in the context of the admin user.
It is recommended to sanitize and validate the layout parameter on the server side before using it in Blade template includes. Implement strict allowlist checks to permit only known-safe layout filenames and use Laravel's escaping functions to handle user inputs.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.