CVE-2025-64094
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-11-03
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dnnsoftware | dotnetnuke | to 10.1.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in DNN (formerly DotNetNuke) CMS occurs because the sanitization of uploaded SVG file content was incomplete, allowing certain cross-site scripting (XSS) attack scenarios to bypass protections. It is a continuation of an earlier issue (CVE-2025-48378) and was fixed in version 10.1.1.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute cross-site scripting (XSS) attacks by uploading specially crafted SVG files. This can lead to partial compromise of confidentiality and integrity of the affected system, potentially allowing attackers to inject malicious scripts that run in the context of the web application.
What immediate steps should I take to mitigate this vulnerability?
Upgrade DNN (DotNetNuke) to version 10.1.1 or later, as this version contains the fix for the vulnerability related to incomplete sanitization of uploaded SVG files.