CVE-2026-40321
8.0DNN Software · Dnn.Platform
A stored cross-site scripting vulnerability exists in the DNN platform due to improper sanitization of SVG file uploads, allowing script execution against authenticated and unauthenticated users.
Executive summary
A critical cross-site scripting vulnerability in DNN Platform versions prior to 10.2.2 allows attackers to execute malicious scripts, potentially compromising administrative sessions.
Vulnerability
This is an improper neutralization of alternate XSS syntax (CWE-87) flaw where a specially crafted SVG file can be uploaded to the platform. The vulnerability allows for the execution of arbitrary scripts that target both authenticated and unauthenticated users, with increased impact if the scripts are triggered by a power user or administrator.
Business impact
The ability to execute unauthorized scripts within the context of the DNN application environment poses a significant risk of session hijacking, data theft, and unauthorized administrative actions. With a CVSS score of 8.0, this high-severity vulnerability represents a substantial threat to the integrity and confidentiality of the content management system. Successful exploitation could lead to full compromise of user accounts and the underlying platform data.
Remediation
Immediate Action: Upgrade the DNN Platform installation to version 10.2.2 or later to apply the necessary security patches.
Proactive Monitoring: Review web server and application logs for suspicious file upload activity or anomalous script patterns originating from the media library or user upload directories.
Compensating Controls: Implement strict file upload policies that restrict SVG files or utilize a Web Application Firewall to inspect and sanitize uploaded content for embedded scripts before it reaches the server.
Exploitation status
Public Exploit Available: No (exploit_available unknown)
Analyst recommendation
Given the potential for privilege escalation through scripts executed by high-privileged users, organizations running DNN Platform must prioritize this update. Administrators should verify their current version immediately and proceed with the upgrade to version 10.2.2 to mitigate the risk of cross-site scripting attacks.