CVE Vulnerabilities

CVE-2019-20202

Release of Invalid Pointer or Reference

Published: Dec 31, 2019 | Modified: Jan 06, 2020
CVSS 3.x
6.5
MEDIUM
Source:
NVD
CVSS:3.1/AV:N/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
RedHat/V3
Ubuntu
MEDIUM

An issue was discovered in ezXML 0.8.3 through 0.8.6. The function ezxml_char_content() tries to use realloc on a block that was not allocated, leading to an invalid free and segmentation fault.

Weakness

The product attempts to return a memory resource to the system, but it calls the wrong release function or calls the appropriate release function incorrectly.

Affected Software

Name Vendor Start Version End Version
Ezxml Ezxml_project 0.8.3 (including) 0.8.6 (including)
Mapcache Ubuntu bionic *
Mapcache Ubuntu hirsute *
Mapcache Ubuntu impish *
Mapcache Ubuntu kinetic *
Mapcache Ubuntu lunar *
Mapcache Ubuntu mantic *
Mapcache Ubuntu trusty *
Mapcache Ubuntu xenial *
Navit Ubuntu bionic *
Navit Ubuntu hirsute *
Navit Ubuntu impish *
Navit Ubuntu kinetic *
Navit Ubuntu lunar *
Navit Ubuntu mantic *
Navit Ubuntu trusty *
Navit Ubuntu xenial *
Netcdf Ubuntu bionic *
Netcdf Ubuntu hirsute *
Netcdf Ubuntu impish *
Netcdf Ubuntu kinetic *
Netcdf Ubuntu lunar *
Netcdf Ubuntu mantic *
Netcdf Ubuntu trusty *
Netcdf Ubuntu xenial *
Netcdf-parallel Ubuntu hirsute *
Netcdf-parallel Ubuntu impish *
Netcdf-parallel Ubuntu kinetic *
Netcdf-parallel Ubuntu lunar *
Netcdf-parallel Ubuntu mantic *
Netcdf-parallel Ubuntu trusty *
Netcdf-parallel Ubuntu xenial *
Scilab Ubuntu bionic *
Scilab Ubuntu hirsute *
Scilab Ubuntu impish *
Scilab Ubuntu kinetic *
Scilab Ubuntu lunar *
Scilab Ubuntu mantic *
Scilab Ubuntu trusty *
Scilab Ubuntu xenial *

Extended Description

This weakness can take several forms, such as:

Potential Mitigations

  • Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.
  • For example, glibc in Linux provides protection against free of invalid pointers.

References