CVE-2005-3314
published 2005-11-18CVE-2005-3314: Stack-based buffer overflow in the IMAP daemon in Novell Netmail 3.5.2 allows remote attackers to execute arbitrary code via "long verb arguments."
PriorityP258high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
65.66%
99.2th percentile
Stack-based buffer overflow in the IMAP daemon in Novell Netmail 3.5.2 allows remote attackers to execute arbitrary code via "long verb arguments."
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| novell | netmail | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect oversized IMAP STATUS command arguments — the exploit sends a STATUS verb followed by a ~1602+ byte argument string, far exceeding normal usage. ↗
- →Look for a short JMP (0xEB 0x06) sequence immediately after the overflow payload body, characteristic of this exploit's NOP-sled/redirect stub. ↗
- →The exploit targets the IMAP STATUS verb specifically; anomalous STATUS commands with arguments exceeding ~1600 bytes on port 143 should be alerted on. ↗
- →Bad characters in payload are null byte, LF, CR, and space (0x00, 0x0a, 0x0d, 0x20); shellcode in exploit traffic will not contain these bytes, which can help distinguish exploit payloads from benign data. ↗
- →The exploit uses EXITFUNC=thread, indicating the shellcode spawns a thread rather than exiting the process — post-exploitation process monitoring should account for unexpected threads in the IMAP daemon process. ↗
- ·The return address 0x75022ac4 is specific to Windows 2000 SP0–SP4 English; the exploit will not reliably work against other OS versions or locales without a different return address. ↗
- ·Payload space is constrained to 500 bytes with a stack adjustment of -3500; payloads larger than 500 bytes will not fit within the exploit's buffer layout. ↗
- ·The exploit requires valid IMAP credentials (connect_login) before sending the malicious STATUS command; unauthenticated exploitation is not demonstrated in this module. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
Novell NetMail 3.52d - IMAP STATUS Buffer Overflow (Metasploit)
exploitdb·2010-05-09
CVE-2005-3314 Novell NetMail 3.52d - IMAP STATUS Buffer Overflow (Metasploit)
Novell NetMail 3.52d - IMAP STATUS Buffer Overflow (Metasploit)
---
##
# $Id: novell_netmail_status.rb 9262 2010-05-09 17:45:00Z jduck $
##
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/framework/
##
require 'msf/core'
class Metasploit3 'Novell NetMail %q{
This module exploits a stack buffer overflow in Novell's Netmail 3.52 IMAP STATUS
verb. By sending an overly long string, an attacker can overwrite the
buffer and control program execution.
},
'Author' => [ 'MC' ],
'License' => MSF_LICENSE,
'Version' => '$Revision: 9262 $',
'References' =>
[
[ 'CVE', '2005-3314' ],
[ 'OSVDB', '20956' ],
[ '
Metasploit
Novell NetMail IMAP STATUS Buffer Overflow
metasploit
Novell NetMail IMAP STATUS Buffer Overflow
Novell NetMail IMAP STATUS Buffer Overflow
This module exploits a stack buffer overflow in Novell's NetMail 3.52 IMAP STATUS verb. By sending an overly long string, an attacker can overwrite the buffer and control program execution.
No writeups or analysis indexed.
http://secunia.com/advisories/17641http://securitytracker.com/id?1015240http://support.novell.com/cgi-bin/search/searchtid.cgi?/2972665.htmhttp://support.novell.com/cgi-bin/search/searchtid.cgi?/2972672.htmhttp://support.novell.com/cgi-bin/search/searchtid.cgi?/2972673.htmhttp://www.osvdb.org/20956http://www.securityfocus.com/bid/15491http://www.vupen.com/english/advisories/2005/2494http://www.zerodayinitiative.com/advisories/ZDI-05-003.htmlhttps://exchange.xforce.ibmcloud.com/vulnerabilities/23114http://secunia.com/advisories/17641http://securitytracker.com/id?1015240http://support.novell.com/cgi-bin/search/searchtid.cgi?/2972665.htmhttp://support.novell.com/cgi-bin/search/searchtid.cgi?/2972672.htmhttp://support.novell.com/cgi-bin/search/searchtid.cgi?/2972673.htmhttp://www.osvdb.org/20956http://www.securityfocus.com/bid/15491http://www.vupen.com/english/advisories/2005/2494http://www.zerodayinitiative.com/advisories/ZDI-05-003.htmlhttps://exchange.xforce.ibmcloud.com/vulnerabilities/23114
2005-11-18
Published