CVE-2024-33299: Microweber Cross-site Scripting vulnerability
4.7
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.36555%
CWE
Published
1/10/2025
Updated
1/13/2025
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| microweber/microweber | composer | <= 2.0.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability requires both improper input handling (storage phase) and unsafe output rendering (display phase). Based on the endpoint (/admin/module/view?type=users) and affected parameters:
- The view rendering function is vulnerable due to missing output encoding when displaying user data
- The user update function is vulnerable due to insufficient input validation/sanitization Confidence is medium as we infer patterns from PHP CMS architectures without direct code access, but the attack vector clearly implicates both storage and display phases of user data handling.