CVE-2018-0573: baserCMS Access Control Bypass
5.3
Basic Information
Technical Details
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
baserproject/basercms | composer | <= 3.0.15 | 3.0.16 |
baserproject/basercms | composer | >= 4.0.0, <= 4.1.0.1 | 4.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability (CVE-2018-0573) involves improper access control checks for uploaded files, but the provided data lacks specific code references, commit diffs, or patch details. The advisory describes the issue as an access restriction bypass in content/file management, likely due to missing authorization checks in file-serving
logic. However, without concrete evidence of the affected functions (e.g., controller
methods handling file access, or permission
validation
routines), we cannot confidently identify specific vulnerable functions. The vendor's mitigation advice focuses on proper installation and version updates, but does not explicitly name functions. The CWE-269 classification suggests privilege management flaws, but insufficient implementation details prevent precise function-level attribution.