Lucene search
+L

1510 matches found

Tenable Nessus
Tenable Nessus
added 2006/10/14 12:00 a.m.31 views

Debian DSA-939-1 : fetchmail - programming error

Daniel Drake discovered a problem in fetchmail, an SSL enabled POP3, APOP, IMAP mail gatherer/forwarder, that can cause a crash when the program is running in multidrop mode and receives messages without headers. The old stable distribution woody does not seem to be affected by this problem...

7.8CVSS5.3AI score0.03641EPSS
SaveExploits0References2
Metasploit
Metasploit
added 2006/10/12 3:24 a.m.39 views

YPOPS 0.6 Buffer Overflow

This module exploits a stack buffer overflow in the YPOPS POP3 service. This is a classic stack buffer overflow for YPOPS version 0.6. Possibly Affected version 0.5, 0.4.5.1, 0.4.5. Eip point to jmp ebx opcode in ws32.dll This module requires Metasploit: https://metasploit.com/download Current...

7.5CVSS0.7AI score0.71107EPSS
SaveExploits6
securityvulns
securityvulns
added 2006/08/30 12:00 a.m.50 views

Weak xbiff 2 file permissions

.xbiff2rc is world-readable, making it's possible to retrieve POP3 / IMAP account password...

3.1AI score
SaveExploits0References1Affected Software1
NVD
NVD
added 2006/08/27 2:04 a.m.17 views

CVE-2006-4364

Multiple heap-based buffer overflows in the POP3 server in Alt-N Technologies MDaemon before 9.0.6 allow remote attackers to cause a denial of service daemon crash and possibly execute arbitrary code via long strings that contain '@' characters in the 1 USER and 2 APOP commands...

5CVSS7.9AI score0.56653EPSS
SaveExploits3References11
Packet Storm
Packet Storm
added 2006/08/27 12:00 a.m.23 views

mdaemon_poc.txt

PoC for Mdaemon POP3 preauth heap overflow Coded by Leon Juranic Infigo IS $host = '192.168.0.105'; use IO::Socket; for $x = 0 ; $x $host,PeerPort = '110', Proto = 'tcp' || die "socket error\n\n"; recv $sock, $var, 10000,0; print $var; print $sock "USER " . "@A" x 160 . "\r\n"; recv $sock, $var,...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2006/08/26 12:00 a.m.23 views

Alt-N MDaemon POP3 Server 9.06 - USER Remote Heap Overflow

Alt-N MDaemon POP3 Server 9.06 - USER Remote Heap Overflow !/usr/bin/python import sys import struct import socket from time import sleep MDaemon Pre Authentication USER Heap Overflow Code based on Leon Juranic's exploit Coded by muts - [email protected] http://www.hackingdefined.com...

0.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2006/08/26 12:00 a.m.51 views

Alt-N MDaemon POP3 Server < 9.06 - 'USER' Remote Heap Overflow

!/usr/bin/python import sys import struct import socket from time import sleep MDaemon Pre Authentication USER Heap Overflow Code based on Leon Juranic's exploit Coded by muts - [email protected] http://www.hackingdefined.com http://www.remote-exploit.org Tested on: Mdaemon 9.0.5 Mdaemon 7.2....

5CVSS5.8AI score0.56653EPSS
SaveExploits3
CVE
CVE
added 2006/08/25 11:00 p.m.69 views

CVE-2006-4364

CVE-2006-4364 affects Alt-N Technologies’ MDaemon POP3 server prior to version 9.0.6. The vulnerability is due to multiple heap-based buffer overflows triggered by long strings containing '@' characters in the USER and APOP commands. Exploitation can cause a daemon crash (DoS) and may allow remot...

5CVSS7.9AI score0.56653EPSS
SaveExploits3References11Affected Software1
Cvelist
Cvelist
added 2006/08/25 11:00 p.m.31 views

CVE-2006-4364

Multiple heap-based buffer overflows in the POP3 server in Alt-N Technologies MDaemon before 9.0.6 allow remote attackers to cause a denial of service daemon crash and possibly execute arbitrary code via long strings that contain '@' characters in the 1 USER and 2 APOP commands...

7.9AI score0.56653EPSS
SaveExploits3References11
securityvulns
securityvulns
added 2006/08/23 12:00 a.m.60 views

Alt-N MDaemon POP3 server buffer overflow

Buffer overflow on oversized username with '@' character in USER/APOP command...

5.1AI score
SaveExploits0References1Affected Software1
Tenable Nessus
Tenable Nessus
added 2006/08/23 12:00 a.m.46 views

MDaemon < 9.0.6 POP3 Server USER / APOP Command Remote Overflow

According to its banner, the POP3 server bundled with the version of MDaemon on the remote host has two buffer overflows that can be triggered with long arguments to the 'USER' and 'APOP' commands. By exploiting these issues, a remote, unauthenticated user can reportedly crash the affected servic...

5CVSS6.2AI score0.56653EPSS
SaveExploits3References4
Exploit DB
Exploit DB
added 2006/08/22 12:00 a.m.39 views

MDaemon POP3 Server < 9.06 - 'USER' Remote Buffer Overflow (PoC)

PoC for Mdaemon POP3 preauth heap overflow Coded by Leon Juranic Infigo IS $host = '192.168.0.105'; use IO::Socket; for $x = 0 ; $x $host,PeerPort = '110', Proto = 'tcp' || die "socket error\n\n"; recv $sock, $var, 10000,0; print $var; print $sock "USER " . "@A" x 160 . "\r\n"; recv $sock, $var,...

5CVSS5.8AI score0.56653EPSS
SaveExploits3
seebug.org
seebug.org
added 2006/08/22 12:00 a.m.13 views

MDaemon POP3 Server &lt; 9.06 (USER) Remote Buffer Overflow PoC

No description provided by source. PoC for Mdaemon POP3 preauth heap overflow Coded by Leon Juranic [email protected] Infigo IS http://www.infigo.hr $host = '192.168.0.105'; use IO::Socket; for $x = 0 ; $x 12 ; $x++ $sock = new IO::Socket::INET PeerAddr = $host,PeerPort = '110', Proto = 'tcp...

7.1AI score
SaveExploits0
zdt
zdt
added 2006/08/22 12:00 a.m.16 views

MDaemon POP3 Server < 9.06 (USER) Remote Buffer Overflow PoC

Exploit for unknown platform in category dos / poc ============================================================ MDaemon POP3 Server Infigo IS $host = '192.168.0.105'; use IO::Socket; for $x = 0 ; $x $host,PeerPort = '110', Proto = 'tcp' || die "socket error\n\n"; recv $sock, $var, 10000,0; print...

7AI score
SaveExploits0
exploitpack
exploitpack
added 2006/08/22 12:00 a.m.17 views

MDaemon POP3 Server 9.06 - USER Remote Buffer Overflow (PoC)

MDaemon POP3 Server 9.06 - USER Remote Buffer Overflow PoC PoC for Mdaemon POP3 preauth heap overflow Coded by Leon Juranic Infigo IS $host = '192.168.0.105'; use IO::Socket; for $x = 0 ; $x $host,PeerPort = '110', Proto = 'tcp' || die "socket error\n\n"; recv $sock, $var, 10000,0; print $var;...

0.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2006/08/17 12:00 a.m.34 views

getpwnedmail-ppc.pl.txt

!/usr/bin/perl getpwnedmail.pl http://www.digitalmunition.com written by kf kflistsatdigitalmunitiondotcom This is a canibalized version of "Kansas City POP Daemon Version 0.0" - Copyright c 1999 David Nicol kevin-finisterres-mac-mini: kfinisterre$ /usr/bin/fetchmail -p pop3 --fastuidl 1 localhos...

7.4AI score
SaveExploits0
securityvulns
securityvulns
added 2006/08/07 12:00 a.m.45 views

[ECHO_ADV_42$2006] BufferOverflow in Eremove Client

/ / | | / // / | | Y / | / / /| / / / / / / .OR.ID ECHOADV42$2006 --------------------------------------------------------------------------- ECHOADV42$2006 BufferOverflow in Eremove Client --------------------------------------------------------------------------- Author : Dedi Dwianto Date : Au...

0.3AI score
SaveExploits0
securityvulns
securityvulns
added 2006/08/02 12:00 a.m.36 views

Fetchmail buffer overflow

Buffer overflow on oversized POP3 UIDL reply...

4.1AI score
SaveExploits0References4Affected Software1
Check Point Advisories
Check Point Advisories
added 2006/07/16 12:00 a.m.5 views

Security Best Practice: POP3/IMAP Security

Post Office Protocol version 3 POP3 and Internet Messaging Access Protocol version 4 IMAP4 are electronic mail protocols used to retrieve messages stored in e-mail servers.There are several serious security limitations with these protocols that allow malicious attackers to compromise a remote...

4.1AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2006/07/05 12:00 a.m.17 views

CommuniGate Pro < 5.1c2 POP3 Overflow

Binary data 3679.prm...

7.5CVSS7.3AI score0.10517EPSS
SaveExploits1References6
Rows per page
Query Builder