CVE-2018-0571:
baserCMS arbitrary file upload vulnerability
4.3
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.38616%
CWE
Published
5/14/2022
Updated
7/7/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
baserproject/basercms | composer | >= 4.0.0, <= 4.1.0.1 | 4.1.1 |
baserproject/basercms | composer | <= 3.0.15 | 3.0.16 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
While exact function names aren't disclosed in available sources, the vulnerability description explicitly identifies the 'upload file management function' as the vulnerable component. In CMS architectures like baserCMS (CakePHP-based), file upload functionality is typically handled by a dedicated component or controller. The vulnerability pattern (CWE-434) strongly suggests insufficient file type validation in the upload handler. The confidence is high because: 1) Multiple sources explicitly reference the file management component 2) The attack vector matches classic unrestricted upload vulnerabilities 3) The required privilege level (site operator) aligns with backend file management functions.