CVE-2007-0660:
DotNetNuke Vulnerable to XSS in Pass-Through Values
6.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/1/2022
Updated
9/21/2023
KEV Status
No
Technology
C#
Technical Details
CVSS Vector
AV:N/AC:M/Au:N/C:P/I:P/A:P
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
DotNetNuke.Core | nuget | < 03.02.01 | 03.02.01 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unfiltered pass-through values in the IFrame module. In ASP.NET WebForms architectures like DNN, the Page_Load event handler is the primary location for parameter processing. The BindContent method is a common pattern for UI data binding. Both would be involved in handling URL parameters and rendering them in the page. Without seeing the actual patch, we infer these functions based on 1) the module architecture, 2) XSS attack patterns requiring parameter processing and raw output, and 3) DNN's convention of using Page_Load/BindContent methods for module logic. Confidence is medium due to reliance on architectural patterns rather than direct patch analysis.