### [CVE-2021-4156](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4156) ![](https://img.shields.io/static/v1?label=Product&message=libsndfile&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=libsndfile%201.1.0%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-125&color=brightgreen) ### Description An out-of-bounds read flaw was found in libsndfile's FLAC codec functionality. An attacker who is able to submit a specially crafted file (via tricking a user to open or otherwise) to an application linked with libsndfile and using the FLAC codec, could trigger an out-of-bounds read that would most likely cause a crash but could potentially leak memory information that could be used in further exploitation of other flaws. ### POC #### Reference - https://github.com/libsndfile/libsndfile/issues/731 #### Github No PoCs found on GitHub currently.