pysec-2022-255
Vulnerability from pysec
Published
2022-08-25 18:15
Modified
2022-08-31 18:46
Details
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.
Impacted products
| Name | purl | vtk | pkg:pypi/vtk |
|---|
Aliases
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "vtk",
"purl": "pkg:pypi/vtk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "9.0.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"8.1.0",
"8.1.1",
"8.1.2",
"9.0.0"
]
}
],
"aliases": [
"CVE-2021-42521",
"GHSA-xfhg-9pjg-xg7g"
],
"details": "There is a NULL pointer dereference vulnerability in VTK, and it lies in IO/Infovis/vtkXMLTreeReader.cxx. The vendor didn\u0027t check the return value of libxml2 API \u0027xmlDocGetRootElement\u0027, and try to dereference it. It is unsafe as the return value can be NULL and that NULL pointer dereference may crash the application.",
"id": "PYSEC-2022-255",
"modified": "2022-08-31T18:46:05.259402Z",
"published": "2022-08-25T18:15:00Z",
"references": [
{
"type": "WEB",
"url": "https://gitlab.kitware.com/vtk/vtk/issues/17818"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-xfhg-9pjg-xg7g"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…