CVE-2014-1563 - Use After Free

Severity

99%

Complexity

99%

Confidentiality

165%

CWE-416: Use After Free

Use-after-free vulnerability in the mozilla::DOMSVGLength::GetTearOff function in Mozilla Firefox before 32.0, Firefox ESR 31.x before 31.1, and Thunderbird 31.x before 31.1 allows remote attackers to execute arbitrary code or cause a denial of service (heap memory corruption) via an SVG animation with DOM interaction that triggers incorrect cycle collection.

CWE-416: Use After Free

CVSS 2.0 Base Score 9.9. CVSS Attack Vector: network. CVSS Attack Complexity: low. CVSS Vector: (AV:N/AC:L/Au:N/C:C/I:C/A:C).

Demo Examples

Use After Free

CWE-416

The following example demonstrates the weakness.


               
}
free(buf3R2);

Use After Free

CWE-416

The following code illustrates a use after free error:


               
}
free(ptr);
logError("operation aborted before commit", ptr);

When an error occurs, the pointer is immediately freed. However, this pointer is later incorrectly used in the logError function.

Overview

First reported 10 years ago

2014-09-03 10:55:00

Last updated 6 years ago

2018-10-30 16:27:00

Affected Software

openSUSE Evergreen 11.4

11.4

OpenSUSE 12.3

12.3

OpenSUSE 13.1

13.1

Oracle Solaris 11.3

11.3

Mozilla Firefox 30.0

30.0

Mozilla Firefox 31.0

31.0

Mozilla Firefox

Mozilla Firefox Extended Support Release (ESR) 31.0

31.0

Mozilla Thunderbird 31.0

31.0

Stay updated

ExploitPedia is constantly evolving. Sign up to receive a notification when we release additional functionality.

Get in touch

If you'd like to report a bug or have any suggestions for improvements then please do get in touch with us using this form. We will get back to you as soon as we can.