CVE-2006-6761
published 2006-12-27CVE-2006-6761: Stack-based buffer overflow in the IMAP daemon (IMAPD) in Novell NetMail before 3.52e FTF2 allows remote authenticated users to execute arbitrary code via a…
PriorityP349medium6.5CVSS 2.0
AVNACLAuSCPIPAP
EXPLOIT
EPSS
53.67%
98.9th percentile
Stack-based buffer overflow in the IMAP daemon (IMAPD) in Novell NetMail before 3.52e FTF2 allows remote authenticated users to execute arbitrary code via a long argument to the SUBSCRIBE command.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| novell | netmail | — | — |
Detection & IOCsextracted from sources · hover to see the quote
bytes↗
\xeb\x06
- →Detect oversized IMAP SUBSCRIBE command arguments; a payload of ~1602+ bytes following the SUBSCRIBE verb is indicative of exploitation of CVE-2006-6761. ↗
- →The exploit targets Novell NetMail 3.52 IMAP service on Windows 2000 SP0-SP4; monitor IMAP traffic (default port 143) for abnormally long SUBSCRIBE arguments exceeding normal mailbox name lengths. ↗
- →The exploit requires prior authentication (remote authenticated users); monitor for authenticated IMAP sessions issuing anomalously large SUBSCRIBE commands. ↗
- →The exploit payload bad characters are null byte, LF, CR, and space (\x00\x0a\x0d\x20); detection signatures should account for these constraints in the payload stream. ↗
- →The short JMP (\xeb\x06) near-jump sequence embedded after the overflow buffer is a reliable in-stream indicator of this specific exploit's shellcode trampoline. ↗
- ·The Metasploit module only targets Windows 2000 SP0-SP4 English with a hardcoded return address; exploitation against other OS versions or service packs requires a different return address. ↗
- ·Exploitation requires prior valid authentication to the IMAP service; unauthenticated access alone is insufficient to trigger the vulnerability. ↗
- ·The payload space is constrained to 500 bytes with a stack adjustment of -3500; payloads exceeding this space or containing bad characters (\x00, \x0a, \x0d, \x20) will not function correctly. ↗
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 Subscribe Buffer Overflow (Metasploit)
exploitdb·2010-05-09
CVE-2006-6761 Novell NetMail 3.52d - IMAP Subscribe Buffer Overflow (Metasploit)
Novell NetMail 3.52d - IMAP Subscribe Buffer Overflow (Metasploit)
---
##
# $Id: novell_netmail_subscribe.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 SUBSCRIBE
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', '2006-6761' ],
[ 'OSVDB', '3136
Metasploit
Novell NetMail IMAP SUBSCRIBE Buffer Overflow
metasploit
Novell NetMail IMAP SUBSCRIBE Buffer Overflow
Novell NetMail IMAP SUBSCRIBE Buffer Overflow
This module exploits a stack buffer overflow in Novell's NetMail 3.52 IMAP SUBSCRIBE verb. By sending an overly long string, an attacker can overwrite the buffer and control program execution.
No writeups or analysis indexed.
http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=454http://secunia.com/advisories/23437http://securitytracker.com/id?1017437http://www.kb.cert.org/vuls/id/863313http://www.securityfocus.com/bid/21728http://www.vupen.com/english/advisories/2006/5134https://secure-support.novell.com/KanisaPlatform/Publishing/328/3717068_f.SAL_Public.htmlhttp://labs.idefense.com/intelligence/vulnerabilities/display.php?id=454http://secunia.com/advisories/23437http://securitytracker.com/id?1017437http://www.kb.cert.org/vuls/id/863313http://www.securityfocus.com/bid/21728http://www.vupen.com/english/advisories/2006/5134https://secure-support.novell.com/KanisaPlatform/Publishing/328/3717068_f.SAL_Public.html
2006-12-27
Published