### [CVE-2025-46407](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-46407) ![](https://img.shields.io/static/v1?label=Product&message=SAIL%20Image%20Decoding%20Library&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=v0.9.8%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-680%3A%20Integer%20Overflow%20to%20Buffer%20Overflow&color=brightgreen) ### Description A memory corruption vulnerability exists in the BMPv3 Palette Decoding functionality of the SAIL Image Decoding Library v0.9.8. When loading a specially crafted .bmp file, an integer overflow can be made to occur which will cause a heap-based buffer to overflow when reading the palette from the image. These conditions can allow for remote code execution. An attacker will need to convince the library to read a file to trigger this vulnerability. ### POC #### Reference - https://talosintelligence.com/vulnerability_reports/TALOS-2025-2215 #### Github No PoCs found on GitHub currently.