CVE-2016-9115:
Heap Buffer Over-read in function imagetotga of convert.c(jp2):942 in OpenJPEG 2.1.2. Impact is...
6.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.58325%
CWE
Published
5/13/2022
Updated
2/1/2023
KEV Status
No
Technology
-
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The primary evidence for the vulnerable function imagetotga
comes directly from the vulnerability title and description, as well as the linked GitHub issue #858. The issue includes an Address Sanitizer (ASan) log that clearly indicates a heap-buffer-overflow within this function during the processing of a J2K file. Although a specific fixing commit was not found through the provided tools and initial search, the consistent reporting across multiple sources (vulnerability description, GitHub issue, ASan log) provides high confidence in identifying imagetotga
as the vulnerable function. The vulnerability occurs in convert.c
within the OpenJPEG library.