CVE-2003-1266
published 2003-12-31CVE-2003-1266: The (1) FTP, (2) POP3, (3) SMTP, and (4) NNTP servers in EServer 2.92 through 2.97, and possibly 2.98, allow remote attackers to cause a denial of service…
PriorityP416medium5CVSS 2.0
AVNACLAuNCNINAP
EXPLOIT
EPSS
3.94%
89.1th percentile
The (1) FTP, (2) POP3, (3) SMTP, and (4) NNTP servers in EServer 2.92 through 2.97, and possibly 2.98, allow remote attackers to cause a denial of service (crash) via a large amount of data.
Affected
7 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| etype | eserv | — | — |
| etype | eserv | — | — |
| etype | eserv | — | — |
| etype | eserv | — | — |
| etype | eserv | — | — |
| etype | eserv | — | — |
| etype | eserv | — | — |
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
EType EServ 2.9x - POP3 Remote Denial of Service
exploitdb·2003-01-04
CVE-2003-1266 EType EServ 2.9x - POP3 Remote Denial of Service
EType EServ 2.9x - POP3 Remote Denial of Service
---
source: https://www.securityfocus.com/bid/6520/info
EServ is a proxy software package distributed by EType. It is available for Microsoft Windows operating systems.
It has been reported that a problem in EServ may cause the software to crash. When a remote user sends a large amount of data via POP3, the software becomes unstable.
#!/usr/bin/perl
#LEGAL NOTICE: Don't test this on networks you don't administer,
#and do not test this tool on networks you don't own without
#permission of the network owner. You are responsible for all
#damage due to your use of this tool.
use IO::Socket;
print "$0: eServ Remote DoS Exploit\r\n";
print "By Matthew Murphy \\r\n\r\n";
print "Server hostname\: ";
$host = trim(chomp($line = ));
print "Service
Exploit-DB
EType EServ 1.9x - NNTP Remote Denial of Service
exploitdb·2003-01-04
CVE-2003-1266 EType EServ 1.9x - NNTP Remote Denial of Service
EType EServ 1.9x - NNTP Remote Denial of Service
---
source: https://www.securityfocus.com/bid/6522/info
EServ is a proxy software package distributed by EType. It is available for Microsoft Windows operating systems.
It has been reported that a problem in EServ may cause the software to crash. When a remote user sends a large amount of data via NNTP, the software becomes unstable.
#!/usr/bin/perl
#LEGAL NOTICE: Don't test this on networks you don't administer,
#and do not test this tool on networks you don't own without
#permission of the network owner. You are responsible for all
#damage due to your use of this tool.
use IO::Socket;
print "$0: eServ Remote DoS Exploit\r\n";
print "By Matthew Murphy \\r\n\r\n";
print "Server hostname\: ";
$host = trim(chomp($line = ));
print "Service
Exploit-DB
EType EServ 2.9x - FTP Remote Denial of Service
exploitdb·2003-01-04
CVE-2003-1266 EType EServ 2.9x - FTP Remote Denial of Service
EType EServ 2.9x - FTP Remote Denial of Service
---
source: https://www.securityfocus.com/bid/6519/info
EServ is a proxy software package distributed by EType. It is available for Microsoft Windows operating systems.
It has been reported that a problem in EServ may cause the software to crash. When a remote user sends a large amount of data via FTP, the software becomes unstable.
#!/usr/bin/perl
#LEGAL NOTICE: Don't test this on networks you don't administer,
#and do not test this tool on networks you don't own without
#permission of the network owner. You are responsible for all
#damage due to your use of this tool.
use IO::Socket;
print "$0: eServ Remote DoS Exploit\r\n";
print "By Matthew Murphy \\r\n\r\n";
print "Server hostname\: ";
$host = trim(chomp($line = ));
print "Service p
Exploit-DB
EType EServ 2.9x - SMTP Remote Denial of Service
exploitdb·2003-01-04
CVE-2003-1266 EType EServ 2.9x - SMTP Remote Denial of Service
EType EServ 2.9x - SMTP Remote Denial of Service
---
source: https://www.securityfocus.com/bid/6521/info
EServ is a proxy software package distributed by EType. It is available for Microsoft Windows operating systems.
It has been reported that a problem in EServ may cause the software to crash. When a remote user sends a large amount of data via SMTP, the software becomes unstable.
#!/usr/bin/perl
#LEGAL NOTICE: Don't test this on networks you don't administer,
#and do not test this tool on networks you don't own without
#permission of the network owner. You are responsible for all
#damage due to your use of this tool.
use IO::Socket;
print "$0: eServ Remote DoS Exploit\r\n";
print "By Matthew Murphy \\r\n\r\n";
print "Server hostname\: ";
$host = trim(chomp($line = ));
print "Service
No writeups or analysis indexed.
http://archives.neohapsis.com/archives/bugtraq/2003-01/0022.htmlhttp://www.iss.net/security_center/static/10975.phphttp://www.securityfocus.com/bid/6519http://www.securityfocus.com/bid/6520http://www.securityfocus.com/bid/6521http://www.securityfocus.com/bid/6522http://archives.neohapsis.com/archives/bugtraq/2003-01/0022.htmlhttp://www.iss.net/security_center/static/10975.phphttp://www.securityfocus.com/bid/6519http://www.securityfocus.com/bid/6520http://www.securityfocus.com/bid/6521http://www.securityfocus.com/bid/6522
2003-12-31
Published