mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-07 05:26:37 +00:00
19 lines
676 B
Markdown
19 lines
676 B
Markdown
### [CVE-2019-18874](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18874)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
psutil (aka python-psutil) through 5.6.5 can have a double free. This occurs because of refcount mishandling within a while or for loop that converts system data into a Python object.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/asa1997/topgear_test
|
|
|