CVE-2020-5188:
DNN File Upload Vulnerability
6.5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/24/2022
Updated
8/11/2023
KEV Status
No
Technology
C#
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
DotNetNuke.Core | nuget | <= 9.4.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from insufficient server-side validation of file extensions for non-superusers. While superuser uploads had server-side checks, regular user uploads only had client-side validation which could be bypassed. The FileManager.SaveFile method in DNN's core file handling service is the logical entry point for upload operations, and its failure to enforce extension validation for non-privileged users aligns with the described vulnerability mechanism. The CWE-434 classification and exploit documentation confirm this pattern of insecure file handling.