CVE-2016-9187: Moodle Unrestricted file upload vulnerability
8.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.86639%
CWE
Published
5/17/2022
Updated
4/23/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
moodle/moodle | composer | >= 2.0.1, <= 3.2.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided vulnerability descriptions reference the 'image module' and double extension handling but do not specify concrete function names or file paths. While the vulnerability likely exists in functions related to file upload validation (e.g., filename
parsing, MIME type detection, or extension filtering), Moodle's architecture and the lack of patch/commit details make it impossible to identify specific functions with high confidence. The CWE-434 classification confirms the pattern, but insufficient implementation details prevent precise function identification.