Bug 1202801 - (CVE-2021-42521) VUL-0: CVE-2021-42521: vtk: NULL pointer dereference vulnerability in IO/Infovis/vtkXMLTreeReader.cxx
(CVE-2021-42521)
VUL-0: CVE-2021-42521: vtk: NULL pointer dereference vulnerability in IO/Info...
Status: NEW
Classification: openSUSE
Product: openSUSE Distribution
Classification: openSUSE
Component: Security
Leap 15.4
Other Other
: P3 - Medium : Normal (vote)
: ---
Assigned To: Security Team bot
Security Team bot
https://smash.suse.de/issue/340887/
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2022-08-26 07:11 UTC by Alexander Bergmann
Modified: 2022-09-16 03:40 UTC (History)
0 users

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Bergmann 2022-08-26 07:11:23 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