CVE-2017-15280:
Umbraco CMS XXE Vulnerability
5.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.41646%
CWE
Published
5/17/2022
Updated
10/23/2023
KEV Status
No
Technology
C#
Technical Details
CVSS Vector
CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
UmbracoCms.Web | nuget | < 7.7.3 | 7.7.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from XML parsing in document type import functionality. The patch adds 'xd.XmlResolver = null' to both methods, indicating they previously used the default XmlResolver which processes external entities. These event handlers load XML from user-controlled files without proper restrictions, making them entry points for XXE attacks. The direct correlation between the vulnerability description and the patched code confirms these functions' role.