CVE-2022-0963:
Unrestricted XML files leading to cross-site scripting in Microweber
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.88805%
CWE
Published
3/16/2022
Updated
1/27/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
microweber/microweber | composer | < 1.2.12 | 1.2.12 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows XML was removed from allowed extensions in the get_allowed_files_extensions_for_upload function. This function controlled upload permissions, and its inclusion of XML enabled the XSS vector. The direct modification in the patch confirms this was the vulnerable entry point. The CWE-79 classification aligns with unrestricted upload leading to stored XSS, which matches the function's responsibility in handling upload permissions.