CVE-2003-0540
Postfix <= 1.1.12 - Denial of Service via Malformed Envelope Address
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2003-0540. PoCs published by [email protected], r3b00t.
AI-analyzed exploit summary This exploit targets a denial of service vulnerability in Postfix 1.1.12 and below by sending a malformed envelope address. It connects to the SMTP port and sends a crafted email with a malformed 'MAIL From' field, causing the queue manager to lock up.
Description
The address parser code in Postfix 1.1.12 and earlier allows remote attackers to cause a denial of service (lock) via (1) a malformed envelope address to a local host that would generate a bounce and contains the ".!" string in the MAIL FROM or Errors-To headers, which causes nqmgr to lock up, or (2) via a valid MAIL FROM with a RCPT TO containing a ".!" string, which causes an instance of the SMTP listener to lock up.
Exploits (2)
This exploit targets a denial of service vulnerability in Postfix 1.1.12 and below by sending a malformed envelope address. It connects to the SMTP port and sends a crafted email with a malformed 'MAIL From' field, causing the queue manager to lock up.
This exploit demonstrates a denial-of-service (DoS) vulnerability in Postfix up to version 1.1.12 by sending a malformed envelope address, causing the queue manager or SMTP listener to lock up. It establishes an SMTP connection and sends crafted commands to trigger the freeze.