mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
18 lines
754 B
Markdown
18 lines
754 B
Markdown
### [CVE-2021-40648](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-40648)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In man2html 1.6g, a filename can be created to overwrite the previous size parameter of the next chunk and the fd, bk, fd_nextsize, bk_nextsize of the current chunk. The next chunk is then freed later on, causing a freeing of an arbitrary amount of memory.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://gist.github.com/untaman/cb58123fe89fc65e3984165db5d40933
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|