CVE-2022-3771: easyii CMS's File Upload Management vulnerable to unrestricted upload
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.19286%
CWE
Published
10/31/2022
Updated
1/30/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| noumo/easyii | composer | <= 0.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
- The vulnerability description explicitly references the 'file' function in helpers/Upload.php as the affected component.
- CWE-434 (Unrestricted Upload) indicates insufficient file type validation, which would be implemented in the core upload function.
- CWE-284 (Improper Access Control) suggests the function doesn't enforce authentication/authorization checks before processing uploads.
- The remote attack vector and critical CVSS score align with a fundamental lack of security controls in the primary upload handler.
- The component's name ('File Upload Management') and file path match typical patterns for core upload functionality in PHP CMS architectures.