CVE-2018-17060: Improper Access Control in Telerik Extensions
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.3975%
CWE
Published
5/13/2022
Updated
1/27/2023
KEV Status
No
Technology
C#
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
TelerikMvcExtensions | nuget | <= 2013.1.219 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing request whitelisting in file handling mechanisms. In ASP.NET MVC architectures, file controller actions are common attack vectors for path traversal. While exact implementation details aren't available, the CWE-284 classification and Telerik's security alert indicate a pattern where the Download
action in FileController
would process
requests without proper access validation. This matches the described attack vector of accessing web directory files through unvalidated requests.