Files
CVEs-PoC/2021/CVE-2021-3520.md
T
2024-05-25 21:48:12 +02:00

995 B

CVE-2021-3520

Description

There's a flaw in lz4. An attacker who submits a crafted file to an application linked with lz4 may be able to trigger an integer overflow, leading to calling of memmove() on a negative size argument, causing an out-of-bounds write and/or a crash. The greatest impact of this flaw is to availability, with some potential impact to confidentiality and integrity as well.

POC

Reference

Github