cve/2023/CVE-2023-2731.md
2024-06-18 02:51:15 +02:00

18 lines
823 B
Markdown

### [CVE-2023-2731](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2731)
![](https://img.shields.io/static/v1?label=Product&message=libtiff&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-476%20-%20NULL%20Pointer%20Dereference&color=brighgreen)
### Description
A NULL pointer dereference flaw was found in Libtiff's LZWDecode() function in the libtiff/tif_lzw.c file. This flaw allows a local attacker to craft specific input data that can cause the program to dereference a NULL pointer when decompressing a TIFF format file, resulting in a program crash or denial of service.
### POC
#### Reference
- https://gitlab.com/libtiff/libtiff/-/issues/548
#### Github
No PoCs found on GitHub currently.