# HD Tune Pro 5.70 - Denial of Service Vulnerability (PoC) ## Vulnerability Overview - **EDB-ID**: 45298 - **Author**: Gionathan Reale - **Type**: Denial of Service (DoS) - **Platform**: Windows x86 - **Date**: 2018-08-29 - **Affected Application**: HD Tune Pro 5.70 ## Scope of Impact - **Affected Software**: HD Tune Pro - **Version**: v5.78 - **Operating System**: Windows 7 32-bit ## Remediation - No official patch is currently available. ## POC Code ```python # Exploit Title: HD Tune Pro 5.70 - Denial Of Service (PoC) # Author: Gionathan "John" Reale # Discovery Date: 2018-08-29 # Homepage: https://www.htune.com/ # Software Link: https://www.htune.com/download.html # Tested Version: v5.78 # 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, when inside the program click "File" > "Options.." > "Save". Now in the field named: "Folder / file name" # paste the "exploit.txt" content copied earlier. # Click "Apply" > "OK" and see a crash! #!/usr/bin/bin/python ```