mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
728 B
Markdown
18 lines
728 B
Markdown
### [CVE-2024-41130](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41130)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
llama.cpp provides LLM inference in C/C++. Prior to b3427, llama.cpp contains a null pointer dereference in gguf_init_from_file. This vulnerability is fixed in b3427.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/ggerganov/llama.cpp/security/advisories/GHSA-49q7-2jmh-92fp
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|