CVE-2017-8383: Craft CMS Unauthorized View
5.3
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.54164%
CWE
Published
5/13/2022
Updated
10/31/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
craftcms/cms | composer | < 2.6.2976 | 2.6.2976 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper access control when serving files. Craft CMS's asset management system typically uses controller actions to handle file requests. The AssetsController::actionServeFile
method would be responsible for serving files, and in vulnerable versions, it likely did not properly restrict the base directory path validation, allowing traversal into protected craft/app/
folders. This matches the CWE-284 pattern and the described vulnerability impact of exposing sensitive application files.