## https://sploitus.com/exploit?id=0A213027-E626-5018-91DD-6A625576C6C7
# CVE-2025-64095-DotNetNuke-DNN_PoC
### proof of concept (PoC) For CVE-2025-64095 DotNetNuke (DNN)
=== Description ===
DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. Prior to 10.1.1, the default HTML editor provider allows unauthenticated file uploads and images can overwrite existing files. An unauthenticated user can upload and replace existing files allowing defacing a website and combined with other issue, injection XSS payloads. This vulnerability is fixed in 10.1.1 (https://nvd.nist.gov/vuln/detail/CVE-2025-64095)
=== My Note ===
A well-known group in Iran called APT IRAN published a test version of this PoC on its private Telegram channel, which I tested and was able to upload a photo to DNN sites. (https://t.me/+LkVFMdFgOjRjMTdk) , I am grateful for the efforts of this group.
### Run the Exploit
```bash
python PoC-CVE-2025-64095.py
Enter target URL (e.g. http://site.com):
```