NULL Pointer Dereference Vulnerability in LLVM 15.0.0
CVE-2023-46049
5.3MEDIUM
What is CVE-2023-46049?
A NULL pointer dereference exists in LLVM 15.0.0 within the parseOneMetadata() function, triggered by processing a specially crafted pdflatex.fmt file (or potentially a .o file) with llvm-lto. Although some debate exists regarding the connection between pdflatex.fmt and LLVM front ends, the defect can lead to a crash of the llvm-lto application, raising usability concerns for users and developers alike. Proper validation of input files is essential to mitigate this issue and protect the stability of LLVM tools.
