CVE Vulnerabilities

CVE-2016-9591

Use After Free

Published: Mar 09, 2018 | Modified: Nov 21, 2024
CVSS 3.x
5.5
MEDIUM
Source:
NVD
CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
CVSS 2.x
4.3 MEDIUM
AV:N/AC:M/Au:N/C:N/I:N/A:P
RedHat/V2
5.1 LOW
AV:N/AC:H/Au:N/C:P/I:P/A:P
RedHat/V3
7 LOW
CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Ubuntu
MEDIUM

JasPer before version 2.0.12 is vulnerable to a use-after-free in the way it decodes certain JPEG 2000 image files resulting in a crash on the application using JasPer.

Weakness

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory “belongs” to the code that operates on the new pointer.

Affected Software

Name Vendor Start Version End Version
Jasper Jasper_project * 2.0.12 (excluding)
Red Hat Enterprise Linux 6 RedHat jasper-0:1.900.1-21.el6_9 *
Red Hat Enterprise Linux 7 RedHat jasper-0:1.900.1-30.el7_3 *
Jasper Ubuntu esm-infra/xenial *
Jasper Ubuntu precise *
Jasper Ubuntu trusty *
Jasper Ubuntu upstream *
Jasper Ubuntu vivid/stable-phone-overlay *
Jasper Ubuntu xenial *
Jasper Ubuntu yakkety *

Potential Mitigations

References