Exploitation Summary
EIP tracks 2 public exploits for CVE-1999-0144. PoCs published by Wietse Venema, Frank DENIS.
AI-analyzed exploit summary This exploit code demonstrates a denial-of-service (DoS) attack against qmail by exhausting memory resources through an infinite loop of RCPT commands. It establishes an SMTP connection and repeatedly sends recipient commands to crash the server.
Description
Denial of service in Qmail by specifying a large number of recipients with the RCPT command.
Exploits (2)
This exploit code demonstrates a denial-of-service (DoS) attack against qmail by exhausting memory resources through an infinite loop of RCPT commands. It establishes an SMTP connection and repeatedly sends recipient commands to crash the server.
This Perl script exploits a denial-of-service vulnerability in qmail by sending an excessive number of RCPT TO commands, exhausting dynamically allocated memory. The attack requires no authentication and targets qmail SMTP servers without resource limits.