Bugzilla – Bug 1202801
VUL-0: CVE-2021-42521: vtk: NULL pointer dereference vulnerability in IO/Infovis/vtkXMLTreeReader.cxx
Last modified: 2022-09-16 03:40:40 UTC
CVE-2021-42521 There is a NULL pointer dereference vulnerability in VTK, and it lies in IO/Infovis/vtkXMLTreeReader.cxx. The vendor didn't check the return value of libxml2 API 'xmlDocGetRootElement', and try to dereference it. It is unsafe as the return value can be NULL and that NULL pointer dereference may crash the application. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-42521 https://www.cve.org/CVERecord?id=CVE-2021-42521 https://gitlab.kitware.com/vtk/vtk/issues/17818