CVE-2008-2069 : Detail

CVE-2008-2069

Overflow
10.71%V3
Network
2008-05-02
21h00 +00:00
2018-10-11
17h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Buffer overflow in Novell GroupWise 7 allows remote attackers to cause a denial of service or execute arbitrary code via a long argument in a mailto: URI.

CVE Informations

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

        http://securityreason.com/securityalert/3847
        Tags : third-party-advisory, x_refsource_SREASON
        http://www.securityfocus.com/bid/28969
        Tags : vdb-entry, x_refsource_BID
        http://www.securitytracker.com/id?1019942
        Tags : vdb-entry, x_refsource_SECTRACK
        https://www.exploit-db.com/exploits/5515
        Tags : exploit, x_refsource_EXPLOIT-DB