VTK NULL pointer dereference vulnerability
High severity
GitHub Reviewed
Published
Aug 26, 2022
to the GitHub Advisory Database
•
Updated May 11, 2023
Description
Published by the National Vulnerability Database
Aug 25, 2022
Published to the GitHub Advisory Database
Aug 26, 2022
Reviewed
Sep 16, 2022
Last updated
May 11, 2023
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