GHSA-g4m4-9q4c-mfw6:
Fiona affected by CVE-2020-14152 related to madler-zlib
7.1
CVSS Score
3.1
Basic Information
CVE ID
-
GHSA ID
EPSS Score
-
CWE
Published
7/16/2024
Updated
8/21/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
fiona | pip | < 1.10b2 | 1.10b2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability CVE-2020-14152 specifically identifies jpeg_mem_available() in jmemnobs.c as the problematic function. Analysis of libjpeg-turbo's commit da2a27e shows this function was modified to properly handle max_memory_to_use, confirming the original implementation lacked proper memory limit enforcement. While Fiona itself doesn't directly contain vulnerable code, its dependency chain (GDAL/PROJ/libjpeg) exposes this function. The high confidence comes from direct CVE attribution, commit evidence, and the function's central role in memory management described in vulnerability details.