CVE-2020-37239
CRITICALlibbabl 0.1.62 Broken Double Free Detection Memory Safety
Title source: cnaExploitation Summary
EIP tracks 1 public exploit for CVE-2020-37239. PoCs published by Carter Yagemann.
AI-analyzed exploit summary This PoC demonstrates a broken double-free detection mechanism in libbabl due to libc's malloc/free overwriting the signature used for tracking allocations. The exploit triggers a double-free condition without proper detection, leading to potential memory corruption.
Description
libbabl 0.1.62 contains a broken double free detection vulnerability that allows attackers to bypass memory safety checks by exploiting signature overwriting in freed chunks. Attackers can call babl_free() twice on the same pointer without triggering detection, as libc's malloc metadata overwrites babl's signature field upon freeing, enabling potential memory corruption and code execution.
Exploits (1)
This PoC demonstrates a broken double-free detection mechanism in libbabl due to libc's malloc/free overwriting the signature used for tracking allocations. The exploit triggers a double-free condition without proper detection, leading to potential memory corruption.
References (4)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H