mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 03:30:24 +02:00
18 lines
649 B
Markdown
18 lines
649 B
Markdown
### [CVE-2018-14524](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14524)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|