Files
CVEs-PoC/2018/CVE-2018-14524.md
T
2024-06-18 02:51:15 +02:00

18 lines
649 B
Markdown

### [CVE-2018-14524](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14524)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
dwg_decode_eed in decode.c in GNU LibreDWG before 0.6 leads to a double free (in dwg_free_eed in free.c) because it does not properly manage the obj->eed value after a free occurs.
### POC
#### Reference
- https://github.com/LibreDWG/libredwg/issues/33
#### Github
No PoCs found on GitHub currently.