# HD Tune Pro 5.70 - 拒绝服务漏洞 (PoC) ## 漏洞概述 - **EDB-ID**: 45298 - **作者**: Gionathan Reale - **类型**: 拒绝服务 (DoS) - **平台**: Windows x86 - **日期**: 2018-08-29 - **漏洞应用**: HD Tune Pro 5.70 ## 影响范围 - **受影响软件**: HD Tune Pro - **版本**: v5.78 - **操作系统**: Windows 7 32-bit ## 修复方案 - 暂无官方修复方案。 ## POC代码 ```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 ```