# Easy PhotoResQ 1.0 - Denial of Service Vulnerability (PoC) ## Vulnerability Overview - **EDB-ID**: 45300 - **Author**: Gionathan Reale - **Type**: Denial of Service (DoS) - **Platform**: Windows 8 - **Date**: 2018-08-29 - **Affected Application**: Easy PhotoResQ 1.0 ## Impact Scope - **Operating System**: Windows 7 32-bit - **Software Version**: v1.8 ## Remediation - No official fix is currently available; users are advised to update the software or implement other security measures. ## POC Code ```python # Exploit Title: Easy PhotoResQ 1.0 - Denial Of Service (PoC) # Author: Gionathan "John" Reale # Discovery Date: 2018-08-29 # Homepage: https://www.htdune.com/ # Software Link: https://www.htdune.com/download.html # Tested Version: v1.8 # Tested on OS: Windows 7 32-bit # Steps to Reproduce: Run the python exploit script, it will create a new # file with the name 'exploit.txt'. Copy the content of the new file 'exploit.txt'. # Now start the program. Now when you are inside of the program click "File" > "Options". In the field: "Folder / filename" paste # the copied content from "exploit.txt". # Now click "OK" and see a crash! #!/usr/bin/bin/python ```