CVE-2019-11932: android-gif-drawable Double Free vulnerability
8.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.99052%
CWE
Published
5/24/2022
Updated
1/13/2025
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
pl.droidsonroids.gif:android-gif-drawable | maven | < 1.2.18 | 1.2.18 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis of the patch and the description of the vulnerability directly implicate the DDGifSlurp
function in the double-free issue. The patch modifies this function
to correctly handle cases where the new raster size is 0, preventing the double-free vulnerability.